Capital/content/tsconfig.json
2024-01-23 00:16:04 +08:00

11 lines
197 B
JSON

{
"compilerOptions": {
"target": "esnext",
"module": "commonjs",
"strict": true,
"noEmit": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
},
}