chore: remove tsc build from local workspaces (#2020)
This commit is contained in:
@@ -1,14 +1,11 @@
|
||||
{
|
||||
"extends": "../../node_modules/@standardnotes/config/src/tsconfig.json",
|
||||
"extends": "../../UILib.tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"skipLibCheck": true,
|
||||
"rootDir": "./src",
|
||||
"outDir": "./dist",
|
||||
"jsx": "react-jsx",
|
||||
"jsx": "react-jsx"
|
||||
},
|
||||
"include": [
|
||||
"src/**/*"
|
||||
],
|
||||
"references": [],
|
||||
"exclude": ["**/*.spec.ts", "dist", "node_modules"]
|
||||
"include": ["src/**/*"],
|
||||
"exclude": ["**/*.spec.ts", "node_modules"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user