witness_seed/typescript/tsconfig.json

12 lines
245 B
JSON
Raw Normal View History

2025-04-27 10:27:16 -05:00
{
"compilerOptions": {
"target": "ES2020",
"module": "CommonJS",
"outDir": "./dist",
"rootDir": "./",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true
}
}