Adding more TS
This commit is contained in:
13
tsconfig.json
Normal file
13
tsconfig.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "es3",
|
||||
"noImplicitAny": true,
|
||||
"removeComments": true,
|
||||
"preserveConstEnums": true,
|
||||
"outDir": "build/scripts",
|
||||
"noImplicitUseStrict": true,
|
||||
"moduleResolution": "Node"
|
||||
},
|
||||
"include": [ "ts/**/*" ],
|
||||
"exclude": [ "node_modules" ]
|
||||
}
|
Reference in New Issue
Block a user