Files
blockly/typings/tsconfig.json
Sam El-Husseini de39d5f2d0 NPM distribution (#2780)
* Add NPM distribution tasks.
2019-08-07 10:35:17 -07:00

23 lines
458 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"lib": [
"dom",
"es6"
],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": false,
"strictFunctionTypes": true,
"baseUrl": "../",
"typeRoots": [
"../node_modules/@types"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
"files": [
"blockly.d.ts"
]
}