mirror of
https://github.com/sehugg/8bitworkshop.git
synced 2026-03-12 04:41:54 +00:00
11 lines
160 B
JSON
11 lines
160 B
JSON
{
|
|
"extends": "../tsconfig",
|
|
"include": [
|
|
"**/*.ts"
|
|
],
|
|
"compilerOptions": {
|
|
"outDir": "../gen",
|
|
"rootDir": "..",
|
|
}
|
|
}
|