setup-hugo/.forgejo/linters/tsconfig.json
Peter Kurfer 540dc8cb6b
Some checks failed
Check Transpiled JavaScript / Check dist/ (push) Successful in 35s
Continuous Integration / TypeScript Tests (push) Failing after 24s
Continuous Integration / GitHub Actions Test (push) Failing after 7s
chore: setup husky
2024-05-03 15:00:45 +02:00

9 lines
276 B
JSON

{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "../../tsconfig.json",
"compilerOptions": {
"noEmit": true
},
"include": ["../../__tests__/**/*", "../../src/**/*"],
"exclude": ["../../dist", "../../node_modules", "../../coverage", "*.json"]
}