mirror of
https://github.com/strapi/strapi.git
synced 2025-12-11 06:53:12 +00:00
revert(typescript-utils): replace deleted admin tsconfig (#20865)
This commit is contained in:
parent
961ab18775
commit
5b01d2d99f
19
packages/utils/typescript/tsconfigs/admin.json
Normal file
19
packages/utils/typescript/tsconfigs/admin.json
Normal file
@ -0,0 +1,19 @@
|
||||
{
|
||||
"$schema": "https://json.schemastore.org/tsconfig",
|
||||
"compilerOptions": {
|
||||
"target": "ESNext",
|
||||
"module": "ESNext",
|
||||
"moduleResolution": "Bundler",
|
||||
"useDefineForClassFields": true,
|
||||
"lib": ["DOM", "DOM.Iterable", "ESNext"],
|
||||
"allowJs": false,
|
||||
"skipLibCheck": true,
|
||||
"esModuleInterop": true,
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"strict": true,
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"resolveJsonModule": true,
|
||||
"noEmit": true,
|
||||
"jsx": "react-jsx"
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user