From 3c4682782c5273e45cf6ad0ef7536e14c06400e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Acid=20Chicken=20=28=E7=A1=AB=E9=85=B8=E9=B6=8F=29?= Date: Thu, 31 Jan 2019 14:40:06 +0900 Subject: [PATCH] Add 'src/@types' to typeRoots --- tsconfig.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 0cfd63c691..09da750c35 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -16,7 +16,11 @@ "strict": true, "strictNullChecks": false, "experimentalDecorators": true, - "resolveJsonModule": true + "resolveJsonModule": true, + "typeRoots": [ + "node_modules/@types", + "src/@types" + ] }, "compileOnSave": false, "include": [