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