eslint-rules/tsconfig.build.json
2023-10-03 19:00:25 -04:00

8 lines
109 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"noEmit": false,
"skipLibCheck": true
}
}