mirror of
https://github.com/usatiuk/writer.git
synced 2025-10-27 23:47:49 +01:00
24 lines
498 B
JSON
24 lines
498 B
JSON
{
|
|
"compilerOptions": {
|
|
"lib": [
|
|
"es2017"
|
|
],
|
|
"target": "es2017",
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"outDir": "./dist",
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"sourceMap": true,
|
|
"noImplicitAny": true,
|
|
"baseUrl": "./src",
|
|
"paths": {
|
|
"~*": [
|
|
"./*"
|
|
]
|
|
}
|
|
},
|
|
"exclude": [
|
|
"frontend"
|
|
]
|
|
} |