chore: remove tsc build from local workspaces (#2020)

This commit is contained in:
Mo
2022-11-16 18:13:28 -06:00
committed by GitHub
parent 87e66e2342
commit 4fa8066402
31 changed files with 85 additions and 156 deletions

View File

@@ -2,9 +2,9 @@
"extends": "./node_modules/@standardnotes/config/src/tsconfig.json",
"compilerOptions": {
"module": "esnext",
"target": "es5",
"target": "es6",
"lib": ["es6", "dom", "es2016", "es2017"],
"types": ["react"],
"types": ["react", "jest"],
"jsx": "react-jsx",
"declaration": true,
"moduleResolution": "node",