mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-09 21:35:58 +00:00
c46c52ff5c
* chore(@embark/): move embarkjs packages to their own folder * chore(@embark/): rename embark-ui folder to cockpit * chore(@embark/): rename packages already in logical folders to remove embark- prefix chore(@embark/): rename packages already in logical folders to remove embark- prefix update package.json files to use correct eslint config remove core/* from package.json workspaces
6 lines
143 B
JSON
6 lines
143 B
JSON
{
|
|
"compilerOptions": { "baseUrl": ".", "paths": { "*": ["types/*"] } },
|
|
"extends": "../../../tsconfig.json",
|
|
"include": ["src/**/*"]
|
|
}
|