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

12 lines
231 B
JSON
Raw Normal View History

2022-10-20 23:33:25 +03:00
{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true,
"moduleResolution": "node"
}
}