17 lines
381 B
JSON
17 lines
381 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "lib",
|
|
"sourceMap": true,
|
|
"noImplicitAny": false,
|
|
"target": "es5",
|
|
"downlevelIteration": true,
|
|
"allowJs": true,
|
|
"esModuleInterop": true,
|
|
"strict": true,
|
|
"experimentalDecorators": true,
|
|
"moduleResolution": "Node",
|
|
"module": "commonjs",
|
|
"declaration": true,
|
|
"lib": ["es6", "dom", "es2017"]
|
|
}
|
|
}
|