testtest/tsconfig.json

12 lines
220 B
JSON
Raw Permalink Normal View History

2024-02-27 00:32:49 +00:00
{
"compilerOptions": {
"target": "es5",
"module": "commonjs",
"outDir": "./dist",
"rootDir": "./src",
"strict": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true
}
}