Files
keysat/tsconfig.json
T
2026-04-22 17:46:43 -05:00

17 lines
361 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"module": "ES2022",
"moduleResolution": "bundler",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"declaration": true,
"sourceMap": true,
"outDir": "dist",
"rootDir": "startos"
},
"include": ["startos/**/*"]
}