2022-01-17 13:21:20 +01:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"pretty": true,
|
|
|
|
"moduleResolution": "node",
|
|
|
|
"noImplicitAny": true,
|
|
|
|
"target": "ES6",
|
2022-10-27 23:38:54 +02:00
|
|
|
"module": "es2020",
|
2022-01-17 13:21:20 +01:00
|
|
|
"lib": ["es5", "es6", "es7", "dom"],
|
|
|
|
"sourceMap": true,
|
|
|
|
"allowSyntheticDefaultImports": true,
|
|
|
|
"experimentalDecorators": true,
|
|
|
|
"emitDecoratorMetadata": true,
|
|
|
|
"outDir": "dist"
|
|
|
|
}
|
|
|
|
}
|