2020-02-10 22:20:13 +01:00
|
|
|
{
|
|
|
|
|
"compilerOptions": {
|
|
|
|
|
"allowJs": true,
|
|
|
|
|
"checkJs": false,
|
|
|
|
|
"noEmit": true,
|
|
|
|
|
"moduleResolution": "node",
|
|
|
|
|
"target": "ESNext",
|
|
|
|
|
"strictNullChecks": false,
|
2021-02-10 21:36:26 +01:00
|
|
|
"strictBindCallApply": true,
|
2020-07-08 09:20:36 +02:00
|
|
|
"allowSyntheticDefaultImports": true,
|
2020-02-10 22:20:13 +01:00
|
|
|
},
|
2020-08-21 18:53:02 +02:00
|
|
|
"include": ["**/*.spec.js", "**/*.ts"]
|
2020-02-10 22:20:13 +01:00
|
|
|
}
|