Cleanup Monorepo Build and packaging

This commit is contained in:
Hammad Jutt
2020-07-24 00:55:51 -06:00
parent c8bc49c958
commit c273196658
14 changed files with 64 additions and 33 deletions

View File

@@ -1,5 +1,5 @@
{
"extends": "../../tsconfig.base.json",
"extends": "../../tsconfig.json",
"compilerOptions": {
"target": "esnext",
"module": "esnext",
@@ -9,6 +9,13 @@
"lib": ["dom", "es2017"],
"noEmit": true
},
"exclude": ["node_modules"],
"references": [
{
"path": "../utils/tsconfig.json"
},
{
"path": "../design-system/tsconfig.json"
}
],
"include": ["**/*.ts", "**/*.tsx", "next-env.d.ts"]
}