link-stack/packages/typescript-config/tsconfig.json

16 lines
337 B
JSON
Raw Permalink Normal View History

{
"compilerOptions": {
2024-06-05 15:12:48 +02:00
"target": "esnext",
"skipLibCheck": true,
"strict": true,
"allowJs": true,
"forceConsistentCasingInFileNames": true,
"esModuleInterop": true,
2024-06-05 15:12:48 +02:00
"module": "esnext",
"moduleResolution": "node",
"resolveJsonModule": true,
2024-06-05 15:12:48 +02:00
"isolatedModules": true,
"incremental": true
}
}