Skip to content

Commit 547957a

Browse files
committed
chore(postgrest): tstyche config
1 parent 11214de commit 547957a

File tree

3 files changed

+24
-6
lines changed

3 files changed

+24
-6
lines changed

packages/core/postgrest-js/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"declarationMap": true,
88
"module": "CommonJS",
99
"outDir": "dist/cjs",
10-
"rootDir": "src",
1110
"sourceMap": true,
1211
"target": "ES2017",
1312

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"include": ["src", "test"],
3+
"compilerOptions": {
4+
"declaration": true,
5+
"declarationMap": true,
6+
"module": "ESNext",
7+
"outDir": "dist/cjs",
8+
"rootDir": ".",
9+
"sourceMap": true,
10+
"target": "ES2017",
11+
12+
"strict": true,
13+
14+
"esModuleInterop": true,
15+
"moduleResolution": "Node",
16+
17+
"forceConsistentCasingInFileNames": true,
18+
"stripInternal": true,
19+
"noImplicitOverride": false,
20+
"isolatedModules": false
21+
}
22+
}
Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
{
2-
"$schema": "https://tstyche.org/schemas/config.json",
3-
"testFileMatch": ["./test/**/*.test.ts", "./test/**/*.test-d.ts"],
4-
"checkSourceFiles": false,
5-
"checkSuppressedErrors": true,
6-
"tsconfig": "./tsconfig.test.json"
2+
"tsconfig": "tsconfig.tstyche.json",
3+
"testFileMatch": ["**/*.test-d.ts"]
74
}

0 commit comments

Comments
 (0)