mirror of
https://github.com/tiramisulabs/seyfert.git
synced 2025-07-01 12:36:08 +00:00
9 lines
115 B
JSON
9 lines
115 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "./dist"
|
|
},
|
|
"include": [
|
|
"src/**/*"
|
|
]
|
|
} |