mirror of
https://github.com/pieartsy/PluralFlux.git
synced 2026-04-14 20:15:28 +10:00
16 lines
359 B
JSON
16 lines
359 B
JSON
|
|
{
|
||
|
|
"compilerOptions": {
|
||
|
|
"lib": [
|
||
|
|
"es2021"
|
||
|
|
],
|
||
|
|
"target": "es2021",
|
||
|
|
"module": "commonjs",
|
||
|
|
"moduleResolution": "node",
|
||
|
|
"outDir": "./database/build",
|
||
|
|
"rootDir": "./database",
|
||
|
|
"esModuleInterop": true,
|
||
|
|
"emitDecoratorMetadata": true,
|
||
|
|
"experimentalDecorators": true,
|
||
|
|
"sourceMap": true
|
||
|
|
}
|
||
|
|
}
|