witness_seed/typescript/tsconfig.json
2025-04-27 10:27:16 -05:00

12 lines
No EOL
245 B
JSON

{
"compilerOptions": {
"target": "ES2020",
"module": "CommonJS",
"outDir": "./dist",
"rootDir": "./",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true
}
}