mirror of
https://github.com/turt2live/matrix-dimension.git
synced 2024-10-01 01:05:53 -04:00
58f8ca8335
This is so far only possible for the bots that don't require additional configuration in go-neb.
19 lines
433 B
JSON
19 lines
433 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES5",
|
|
"module": "commonjs",
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"sourceMap": true,
|
|
"noEmitHelpers": false,
|
|
"noUnusedLocals": true,
|
|
"noUnusedParameters": true,
|
|
"lib": ["es2015", "dom"]
|
|
},
|
|
"compileOnSave": false,
|
|
"buildOnSave": false,
|
|
"awesomeTypescriptLoaderOptions": {
|
|
"forkChecker": true,
|
|
"useWebpackText": true
|
|
}
|
|
} |