6006120e60
Signed-off-by: T-Hax <>
15 lines
264 B
JSON
15 lines
264 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2015",
|
|
"module": "commonjs",
|
|
"sourceMap": true,
|
|
"experimentalDecorators": true,
|
|
"emitDecoratorMetadata": true,
|
|
"lib": [ "es5", "es6", "es2016", "es2017", "dom" ]
|
|
},
|
|
"include": [
|
|
"*.spec.ts",
|
|
"./png.d.ts"
|
|
]
|
|
}
|