Include Talent component in the playground
This commit is contained in:
+4
-1
@@ -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"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user