Capital/content/tsconfig.json

11 lines
197 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,
2024-01-22 16:16:04 +00:00
},
2024-01-21 16:28:49 +00:00
}