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