mirror of
https://github.com/OpenSquawk/OpenSquawk
synced 2026-05-13 01:46:08 +08:00
14 lines
311 B
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"]
|
|
}
|