Skip to content

Commit 74cdc79

Browse files
committed
refactor(tsconfig): inherit check options from fleet check base
Drop options now provided by the check base: allowImportingTsExtensions, declarationMap, module, moduleResolution, noEmit, skipLibCheck, sourceMap, types.
1 parent f0bffc6 commit 74cdc79

1 file changed

Lines changed: 2 additions & 10 deletions

File tree

tsconfig.check.json

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,7 @@
11
{
2-
"extends": "./tsconfig.json",
2+
"extends": "./.config/fleet/tsconfig.check.base.json",
33
"compilerOptions": {
4-
"allowImportingTsExtensions": true,
5-
"declarationMap": false,
6-
"module": "esnext",
7-
"moduleResolution": "bundler",
8-
"noEmit": true,
9-
"rootDir": ".",
10-
"skipLibCheck": true,
11-
"sourceMap": false,
12-
"types": ["node", "vitest"]
4+
"rootDir": "."
135
},
146
"include": [
157
"./scripts/**/*.mts",

0 commit comments

Comments
 (0)