retag-nix-docker-image/tsconfig.eslint.json
Lucien Cartier-Tilet 0801525ceb
Some checks failed
Check Transpiled JavaScript / Check dist/ (push) Successful in 1m9s
Continuous Integration / GitHub Actions Test (push) Successful in 9s
Continuous Integration / TypeScript Tests (push) Successful in 1m40s
Lint Codebase / Lint Codebase (push) Failing after 1m12s
Initial commit
2025-01-19 18:38:34 +01:00

18 lines
339 B
JSON

{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "./tsconfig.base.json",
"compilerOptions": {
"allowJs": true,
"noEmit": true
},
"exclude": ["dist", "node_modules"],
"include": [
"__fixtures__",
"__tests__",
"src",
"eslint.config.mjs",
"jest.config.js",
"rollup.config.ts"
]
}