Skip to content
This repository has been archived by the owner on Aug 15, 2023. It is now read-only.

Commit

Permalink
chore(ycai): include typings
Browse files Browse the repository at this point in the history
  • Loading branch information
ascariandrea committed Feb 2, 2022
1 parent a5280fd commit 499dd38
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion YCAI/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"moduleResolution": "Node",
"isolatedModules": true
},
"include": ["."],
"include": [".", "../typings"],
"exclude": [
"jest.config.js",
"webpack.config.ts",
Expand Down
5 changes: 2 additions & 3 deletions backend/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@
"noEmit": false,
"esModuleInterop": true
},
"include": [
"."
],
"include": ["."],
"exclude": ["jest.config.js", "jest.setup.js"],
"watchOptions": {
"watchFile": "useFsEvents",
"watchDirectory": "useFsEvents",
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"exclude": [
"**/node_modules/*",
"**/build/*",
"**/jest.base.config.js",
"**/jest.config.js",
"**/webpack*.ts",
"**/webpack*.js"
Expand Down
File renamed without changes.

0 comments on commit 499dd38

Please sign in to comment.