nx/tools/eslint-rules/tsconfig.lint.json
2022-04-23 18:06:01 +00:00

10 lines
196 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "../../dist/out-tsc",
"types": ["node"]
},
"exclude": ["**/*.spec.ts", "jest.config.ts"],
"include": ["**/*.ts"]
}