chore: remove tsc build from local workspaces (#2020)
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user