mirror of
https://github.com/turt2live/matrix-dimension.git
synced 2024-10-01 01:05:53 -04:00
18 lines
337 B
JSON
18 lines
337 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"experimentalDecorators": true,
|
||
|
"emitDecoratorMetadata": true,
|
||
|
"module": "commonjs",
|
||
|
"moduleResolution": "node",
|
||
|
"target": "es2015",
|
||
|
"noImplicitAny": false,
|
||
|
"sourceMap": true,
|
||
|
"outDir": "./build/app",
|
||
|
"types": [
|
||
|
"node"
|
||
|
]
|
||
|
},
|
||
|
"include": [
|
||
|
"./src-ts/**/*"
|
||
|
]
|
||
|
}
|