glowing-fiesta/tsconfig.test.json
Liviu Burcusel dc65e01bec
All checks were successful
Production PR / QA Tests (pull_request) Successful in 45s
Added TOS and PrivPol pages.
2026-01-15 15:40:15 +01:00

19 lines
436 B
JSON

{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "Bundler",
"allowImportingTsExtensions": true,
"noEmit": true,
"paths": {
"~": ["./app"],
"~/*": ["./app/*"],
"@": ["./app"],
"@/*": ["./app/*"],
"#shared": ["./shared"],
"#shared/*": ["./shared/*"],
"#app": ["./node_modules/nuxt/dist/app"],
}
},
"include": ["./tests/**/*"]
}