Capital/content/tsconfig.json
2024-01-22 00:28:49 +08:00

11 lines
196 B
JSON

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