2021-09-27 13:29:45 +00:00
|
|
|
{
|
2024-07-25 20:04:08 +00:00
|
|
|
"include": ["tests/**/*", "tests/**/*.svelte"],
|
|
|
|
"exclude": ["src/*", ".eslintrc.js"],
|
2021-09-27 13:29:45 +00:00
|
|
|
"compilerOptions": {
|
2024-07-25 20:04:08 +00:00
|
|
|
"rootDir": "./tests",
|
2021-09-27 13:29:45 +00:00
|
|
|
"target": "esnext",
|
|
|
|
"module": "esnext",
|
|
|
|
"declaration": true,
|
|
|
|
"sourceMap": false,
|
|
|
|
"strict": true,
|
2024-07-25 20:04:08 +00:00
|
|
|
"types": ["node", "svelte"],
|
2021-09-27 13:29:45 +00:00
|
|
|
"moduleResolution": "node",
|
|
|
|
"allowSyntheticDefaultImports": true,
|
|
|
|
"esModuleInterop": true,
|
2024-07-25 20:04:08 +00:00
|
|
|
"forceConsistentCasingInFileNames": true,
|
|
|
|
"noEmit": true
|
2021-09-27 13:29:45 +00:00
|
|
|
}
|
|
|
|
}
|