Skip to content

Commit 77ae366

Browse files
committed
Cleanup tsconfig
1 parent 8b873ef commit 77ae366

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

{{cookiecutter.github_project_name}}/tsconfig.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,10 @@
1313
"skipLibCheck": true,
1414
"sourceMap": true,
1515
"strict": true,
16-
"target": "es2015",
17-
"types": ["node"]
16+
"target": "es2015"
1817
},
19-
"include": ["src/*"]
18+
"include": [
19+
"src/**/*.ts",
20+
"src/**/*.tsx",
21+
]
2022
}

0 commit comments

Comments
 (0)