This repository has been archived on 2024-01-24. You can view files and clone it, but cannot push or open issues or pull requests.
matrix-appservice-discord/tsconfig.json
2020-11-03 10:00:54 +00:00

18 lines
431 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"moduleResolution": "node",
"target": "es2016",
"noImplicitAny": false,
"inlineSourceMap": true,
"outDir": "./build",
"types": ["mocha", "node"],
"strictNullChecks": true,
"allowSyntheticDefaultImports": true
},
"compileOnSave": true,
"include": [
"src/**/*",
"tools/**/*",
]
}