mirror of
https://github.com/strapi/strapi.git
synced 2026-01-01 09:44:28 +00:00
* chore(helper-plugin)!: move useRBAC * chore: get tests working * chore!: remove auth * chore!: remove usePersistentState * fix: refactor building admin package so it shares modules with different entries * fix: session vs local
11 lines
202 B
JSON
11 lines
202 B
JSON
{
|
|
"extends": "tsconfig/client.json",
|
|
"compilerOptions": {
|
|
"module": "ESNext",
|
|
"moduleResolution": "Bundler",
|
|
"noEmit": true,
|
|
"outDir": "./dist/cli"
|
|
},
|
|
"include": ["_internal"]
|
|
}
|