1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2026-03-12 04:41:54 +00:00
Files
8bitworkshop/test/tsconfig.json
2026-03-03 12:39:16 +01:00

11 lines
160 B
JSON

{
"extends": "../tsconfig",
"include": [
"**/*.ts"
],
"compilerOptions": {
"outDir": "../gen",
"rootDir": "..",
}
}