Capital/content/tsconfig.json

11 lines
196 B
JSON
Raw Normal View History

2024-01-21 16:28:49 +00:00
{
"compilerOptions": {
"target": "esnext",
"module": "commonjs",
"strict": true,
"noEmit": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
}
}