fedipage/tsconfig.json

12 lines
254 B
JSON
Raw Normal View History

2023-10-08 07:35:17 +02:00
{
"compilerOptions": {
"target": "esnext",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true,
"outDir": "build",
"module": "esnext",
"moduleResolution": "node"
},
}