setup-hugo/.forgejo/linters/tsconfig.json
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"]
}