22 lines
369 B
JSON
22 lines
369 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"baseUrl": ".",
|
||
|
"inlineSourceMap": true,
|
||
|
"inlineSources": true,
|
||
|
"module": "CommonJS",
|
||
|
"target": "es5",
|
||
|
"allowJs": true,
|
||
|
"noImplicitAny": true,
|
||
|
"moduleResolution": "node",
|
||
|
"lib": [
|
||
|
"dom",
|
||
|
"es5",
|
||
|
"scripthost",
|
||
|
"es2015"
|
||
|
]
|
||
|
},
|
||
|
"include": [
|
||
|
"**/*.ts"
|
||
|
]
|
||
|
}
|