2021-04-03 06:07:45 +02:00
|
|
|
{
|
|
|
|
|
"compilerOptions": {
|
|
|
|
|
"allowJs": true,
|
|
|
|
|
"checkJs": false,
|
|
|
|
|
"noEmit": true,
|
|
|
|
|
"moduleResolution": "node",
|
|
|
|
|
"target": "ESNext",
|
|
|
|
|
"strictNullChecks": false,
|
|
|
|
|
"strictBindCallApply": true,
|
|
|
|
|
"allowSyntheticDefaultImports": true,
|
|
|
|
|
},
|
2021-06-24 18:50:16 +02:00
|
|
|
"include": ["**/*.spec.js", "**/*.ts", "index.d.ts"]
|
2021-04-03 06:07:45 +02:00
|
|
|
}
|