playwright/tests/components/ct-svelte/tsconfig.json
2022-10-20 13:33:25 -07:00

12 lines
231 B
JSON

{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true,
"moduleResolution": "node"
}
}