Files
tibi-svelte-starter/tsconfig.test.json

9 lines
186 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"verbatimModuleSyntax": false,
"noEmit": true
},
"include": ["tests/**/*", "playwright.config.ts"]
}