db49cd8d13
Co-authored-by: Faye Duxovni <fayed@matrix.org>
19 lines
360 B
JSON
19 lines
360 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2016",
|
|
"experimentalDecorators": true,
|
|
"esModuleInterop": true,
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"noImplicitAny": false,
|
|
"noUnusedLocals": true,
|
|
"noEmit": true,
|
|
"declaration": true,
|
|
"strict": true
|
|
},
|
|
"include": [
|
|
"./src/**/*.ts",
|
|
"./spec/**/*.ts"
|
|
]
|
|
}
|