sample(): fix tsconfig errors

This commit is contained in:
Kamil Myśliwiec
2019-10-25 13:06:49 +02:00
parent dea8ce9059
commit 727cc6a0c3
24 changed files with 24 additions and 48 deletions

View File

@@ -10,8 +10,7 @@
"outDir": "./dist",
"baseUrl": "./",
"incremental": true,
"types": ["jest"],
"esModuleInterop": true
"skipLibCheck": true
},
"include": ["src/**/*"],
"exclude": ["node_modules", "dist"]