mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-28 18:40:34 -05:00
18 lines
348 B
JSON
18 lines
348 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": ".",
|
|
"declaration": true,
|
|
"emitDeclarationOnly": true,
|
|
"allowJs": false,
|
|
"noEmit": false,
|
|
},
|
|
"include": ["./typings", "./src/server/*"],
|
|
"exclude": [
|
|
"**/node_modules/*",
|
|
"**/build/*",
|
|
"**/lib-dist/*",
|
|
"./src/server/bench.ts",
|
|
],
|
|
}
|