25 lines
No EOL
482 B
JSON
25 lines
No EOL
482 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2015",
|
|
"module": "CommonJS",
|
|
"lib": [
|
|
"es2019",
|
|
"dom"
|
|
],
|
|
"declaration": true,
|
|
"outDir": "./dist",
|
|
"rootDir": "lib",
|
|
"types": [ ],
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"resolveJsonModule": false,
|
|
"removeComments": true,
|
|
"noImplicitAny": true,
|
|
"preserveConstEnums": true,
|
|
"suppressImplicitAnyIndexErrors": true
|
|
},
|
|
"include": [
|
|
"lib/*"
|
|
],
|
|
"exclude": [ ]
|
|
} |