15 lines
302 B
JSON
15 lines
302 B
JSON
{
|
|
"compilerOptions": {
|
|
"skipLibCheck": true,
|
|
"lib": ["es5", "es6"],
|
|
"target": "es5",
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"outDir": "./build",
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"sourceMap": true,
|
|
"strict": false
|
|
}
|
|
}
|