File "tsconfig.json"
Full path: /usr/home/mndrn/domains/mndrn.ru/public_html/block-hill/blockly/typings/tsconfig.json
File size: 458 B
MIME-type: application/json
Charset: utf-8
{
"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"
]
}