Files
blackroad-operating-system/blackroad-os-operator/tsconfig.json
2025-11-21 00:12:25 -06:00

14 lines
267 B
JSON

{
"compilerOptions": {
"target": "ES2019",
"module": "commonjs",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"outDir": "dist",
"rootDir": "src"
},
"include": ["src"]
}