[monorepo][m] - restructuring
- renamed apps to examples - renamed libs to packages - fixed data-literate build
This commit is contained in:
@@ -10,21 +10,13 @@
|
||||
"importHelpers": true,
|
||||
"target": "es2015",
|
||||
"module": "esnext",
|
||||
"lib": [
|
||||
"es2017",
|
||||
"dom"
|
||||
],
|
||||
"lib": ["es2017", "dom"],
|
||||
"skipLibCheck": true,
|
||||
"skipDefaultLibCheck": true,
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"@portaljs/components": [
|
||||
"libs/portaljs-components/src/index.js"
|
||||
]
|
||||
"@portaljs/portaljs-components": ["packages/portaljs-components/src/index.ts"]
|
||||
}
|
||||
},
|
||||
"exclude": [
|
||||
"node_modules",
|
||||
"tmp"
|
||||
]
|
||||
"exclude": ["node_modules", "tmp"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user