ultimate monorepo setup
This commit is contained in:
@@ -2,7 +2,9 @@
|
||||
"compilerOptions": {
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"@/*": ["./src/*"]
|
||||
"@/*": ["./src/*"],
|
||||
"autumn-js": ["../packages/autumn-js/src/sdk/index.ts"],
|
||||
"autumn-js/react": ["../packages/autumn-js/src/libraries/react/index.ts"]
|
||||
},
|
||||
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo",
|
||||
"target": "ES2020",
|
||||
|
||||
Reference in New Issue
Block a user