mirror of
https://gitlab.com/walljm/dynamicbible.git
synced 2025-07-30 11:09:50 -04:00
20 lines
425 B
JSON
20 lines
425 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowSyntheticDefaultImports": true,
|
|
"declaration": false,
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"lib": [
|
|
"dom",
|
|
"es2015"
|
|
],
|
|
"module": "es2015",
|
|
"moduleResolution": "node",
|
|
"sourceMap": true,
|
|
"target": "es5",
|
|
"outDir": "../dist/out-tsc",
|
|
"typeRoots": [
|
|
"../node_modules/@types"
|
|
]
|
|
}
|
|
} |