Skip to content

Commit fbd45ab

Browse files
committed
Rename config files
1 parent 46d8a61 commit fbd45ab

File tree

4 files changed

+13
-12
lines changed

4 files changed

+13
-12
lines changed

packages/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"test": "jest --env=jsdom",
3333
"test:integrations": "jest --config integration-tests/jest.config.json --maxWorkers=2",
3434
"test:watch": "jest --watch --env=jsdom",
35-
"typecheck": "tsc --noEmit -p tsconfig.check.json"
35+
"typecheck": "tsc --noEmit -p tsconfig.check.json && tsc --noEmit -p tsconfig.strictNullChecks.json"
3636
},
3737
"jest": {
3838
"moduleDirectories": [

packages/app/tsconfig.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
11
{
22
"extends": "./tsconfig.base.json",
3-
"compilerOptions": {
4-
"noEmit": true,
5-
"allowJs": false,
6-
"strictNullChecks": true
7-
},
8-
"include": ["./src/app/overmind/**/*.ts"],
9-
"exclude": ["node_modules"]
3+
"include": ["./src/**/*.*"]
104
}

packages/app/tsconfig.old.json

Lines changed: 0 additions & 4 deletions
This file was deleted.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"extends": "./tsconfig.base.json",
3+
"compilerOptions": {
4+
"noEmit": true,
5+
"allowJs": false,
6+
"strictNullChecks": true,
7+
"skipLibCheck": true
8+
},
9+
"include": ["./src/app/overmind/**/*.ts"],
10+
"exclude": ["codesandbox-browserfs/*"]
11+
}

0 commit comments

Comments
 (0)