mirror of
https://codeberg.org/tacerus/teddit.git
synced 2025-01-10 05:12:32 +01:00
11 lines
204 B
JSON
11 lines
204 B
JSON
{
|
|
"extends": "@forbeslindesay/tsconfig",
|
|
"compilerOptions": {
|
|
"outDir": "lib",
|
|
"incremental": true,
|
|
"rootDir": "src",
|
|
"tsBuildInfoFile": "lib/.tsbuildinfo"
|
|
},
|
|
"include": ["src"]
|
|
}
|