mirror of
https://github.com/fergalmoran/podnoms.git
synced 2026-02-10 09:44:41 +00:00
16 lines
386 B
JSON
16 lines
386 B
JSON
{
|
|
"compileOnSave": false,
|
|
"compilerOptions": {
|
|
"outDir": "./dist/out-tsc",
|
|
"baseUrl": "src",
|
|
"sourceMap": true,
|
|
"declaration": false,
|
|
"moduleResolution": "node",
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"target": "es5",
|
|
// "target": "es2015",
|
|
"lib": ["es2017", "dom"]
|
|
}
|
|
}
|