fedipage/tsconfig.json
Jeffrey Phillips Freeman 1afe272ca0
initial commit
2023-10-08 01:35:17 -04:00

12 lines
No EOL
254 B
JSON

{
"compilerOptions": {
"target": "esnext",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true,
"outDir": "build",
"module": "esnext",
"moduleResolution": "node"
},
}