Tools/tsconfig.json

9 lines
173 B
JSON
Raw Normal View History

{
"compilerOptions": {
"target": "es2017",
"module": "commonjs",
"forceConsistentCasingInFileNames": true,
"strict": true,
"types": ["bun-types"]
}
}