18 lines
365 B
JSON
18 lines
365 B
JSON
{
|
|
"compilerOptions":{
|
|
"lib":[
|
|
"esnext",
|
|
"dom"
|
|
],
|
|
"noImplicitAny":true,
|
|
"removeComments":false,
|
|
"preserveConstEnums":true,
|
|
"outDir":"wwwroot/scripts",
|
|
"target":"ES2016",
|
|
"sourceMap":true,
|
|
"moduleResolution": "node"
|
|
},
|
|
"include":[
|
|
"typescript"
|
|
]
|
|
} |