Include Talent component in the playground

This commit is contained in:
Melvin Valster
2019-07-25 09:59:17 +02:00
parent 45e68a11e2
commit 7b51daa3d7
7 changed files with 79 additions and 46 deletions
+4 -1
View File
@@ -10,7 +10,7 @@
"skipLibCheck": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"strict": true,
"strict": false,
"forceConsistentCasingInFileNames": true,
"module": "esnext",
"moduleResolution": "node",
@@ -21,5 +21,8 @@
},
"include": [
"src"
],
"exclude": [
"src/lib/foo.ts"
]
}