mirror of
https://github.com/usatiuk/writer.git
synced 2025-10-29 00:17:48 +01:00
23 lines
495 B
JSON
23 lines
495 B
JSON
{
|
|
"compilerOptions": {
|
|
"lib": [
|
|
"es2017",
|
|
"dom"
|
|
],
|
|
"jsx": "react",
|
|
"target": "es6",
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"outDir": "./dist",
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"sourceMap": true,
|
|
"noImplicitAny": true,
|
|
"baseUrl": "./src",
|
|
"paths": {
|
|
"~*": [
|
|
"./*"
|
|
]
|
|
}
|
|
}
|
|
} |