Initial commit
This commit is contained in:
18
wwwroot/scripts/ts/tsconfig.json
Normal file
18
wwwroot/scripts/ts/tsconfig.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"compilerOptions":{
|
||||
"lib":[
|
||||
"esnext",
|
||||
"dom"
|
||||
],
|
||||
"noImplicitAny":true,
|
||||
"removeComments":false,
|
||||
"preserveConstEnums":true,
|
||||
"outDir":"../js",
|
||||
"target":"ES2016",
|
||||
"sourceMap":true,
|
||||
"moduleResolution": "node"
|
||||
},
|
||||
"include":[
|
||||
"*"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user