32 lines
789 B
JSON
32 lines
789 B
JSON
{
|
|
"compilerOptions":{
|
|
"target":"es6",
|
|
"moduleResolution":"node",
|
|
"module":"es2020",
|
|
"declaration":false,
|
|
"noLib":false,
|
|
"emitDecoratorMetadata":true,
|
|
"experimentalDecorators":true,
|
|
"sourceMap":true,
|
|
"pretty":true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"strict": true,
|
|
"allowUnreachableCode":true,
|
|
"allowUnusedLabels":true,
|
|
"noImplicitAny":true,
|
|
"noImplicitReturns":false,
|
|
"noImplicitUseStrict":false,
|
|
"outDir":"build/",
|
|
"rootDir": ".",
|
|
"baseUrl":"behavior_packs/",
|
|
"listFiles":false,
|
|
"noEmitHelpers":true
|
|
},
|
|
"include":[
|
|
"scripts/**/*"
|
|
],
|
|
"exclude":[
|
|
"node_modules"
|
|
],
|
|
"compileOnSave":false
|
|
} |