init
This commit is contained in:
32
tsconfig.json
Normal file
32
tsconfig.json
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
Reference in New Issue
Block a user