singularity-forge/packages/native/tsconfig.json

10 lines
149 B
JSON
Raw Permalink Normal View History

{
2026-05-05 14:31:16 +02:00
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "./dist",
"rootDir": "./src",
"types": ["node"]
2026-05-05 14:31:16 +02:00
},
"include": ["src"]
}