Skip to content
This repository was archived by the owner on Aug 15, 2023. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 499dd38

Browse files
committedFeb 2, 2022
chore(ycai): include typings
1 parent a5280fd commit 499dd38

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed
 

‎YCAI/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"moduleResolution": "Node",
3030
"isolatedModules": true
3131
},
32-
"include": ["."],
32+
"include": [".", "../typings"],
3333
"exclude": [
3434
"jest.config.js",
3535
"webpack.config.ts",

‎backend/tsconfig.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,8 @@
99
"noEmit": false,
1010
"esModuleInterop": true
1111
},
12-
"include": [
13-
"."
14-
],
12+
"include": ["."],
13+
"exclude": ["jest.config.js", "jest.setup.js"],
1514
"watchOptions": {
1615
"watchFile": "useFsEvents",
1716
"watchDirectory": "useFsEvents",

‎tsconfig.json

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"exclude": [
2424
"**/node_modules/*",
2525
"**/build/*",
26+
"**/jest.base.config.js",
2627
"**/jest.config.js",
2728
"**/webpack*.ts",
2829
"**/webpack*.js"
File renamed without changes.

0 commit comments

Comments
 (0)
This repository has been archived.