Files
OpenSquawk/tsconfig.tests.json

14 lines
311 B
JSON

{
"extends": "./tsconfig.scripts.json",
"compilerOptions": {
"paths": {
"#imports": ["./tests/stubs/nuxt-imports.ts"],
"~~/*": ["./*"],
"@@/*": ["./*"],
"~/\*": ["./app/*"],
"@/*": ["./app/*"]
}
},
"include": ["server/**/*.ts", "shared/**/*.ts", "tests/**/*.ts"]
}