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