expeditaet
Version:
Advent of Code Solutions
29 lines (28 loc) • 503 B
JSON
{
"$schema": "https://json.schemastore.org/tsconfig?mark=managed-by-autotool",
"extends": "@alexaegis/ts/node",
"compilerOptions": {
"rootDir": "../../../../",
"outDir": ".cache/tsc"
},
"files": ["package.json", "../../../../package.json"],
"include": [
"src/**/*",
"static/**/*",
"__mocks__/**/*",
"*",
".*",
"*.json",
".*.json",
"**/*.json"
],
"exclude": [
"node_modules",
"dist",
"coverage",
"typedoc",
".turbo",
".cache",
"vite*.config.ts.timestamp-*"
]
}