refactor(tsconfigs): extend fomr base tsconfig, add tsconfig for ervery package

This commit is contained in:
moklick
2022-08-30 23:06:36 +02:00
parent 43e4842cd6
commit 82566e0b69
18 changed files with 133 additions and 42 deletions

View File

@@ -6,7 +6,8 @@
"license": "MIT",
"workspaces": [
"packages/*",
"examples/*"
"examples/*",
"tooling/*"
],
"private": true,
"scripts": {
@@ -52,6 +53,7 @@
"postcss-nested": "^5.0.6",
"prettier": "^2.7.1",
"start-server-and-test": "^1.14.0",
"tsconfig": "*",
"typescript": "^4.7.4"
},
"preconstruct": {