UNPKG

expeditaet

Version:
29 lines (28 loc) 503 B
{ "$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-*" ] }