playwright/tests/components/ct-svelte/tsconfig.json

16 lines
298 B
JSON
Raw Normal View History

2022-10-20 22:33:25 +02:00
{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true,
"moduleResolution": "node",
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
}
2022-10-20 22:33:25 +02:00
}
}