upgrade schema, resolvers, panel added
This commit is contained in:
24
tsconfig.json
Normal file
24
tsconfig.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"jsx": "preserve",
|
||||
"jsxImportSource": "solid-js",
|
||||
"target": "ESNext",
|
||||
"module": "ESNext",
|
||||
"moduleResolution": "node",
|
||||
"esModuleInterop": true,
|
||||
"allowJs": true,
|
||||
"strict": true,
|
||||
"noEmit": true,
|
||||
"types": [],
|
||||
"resolveJsonModule": true,
|
||||
"skipLibCheck": true,
|
||||
"isolatedModules": true,
|
||||
"lib": ["DOM", "ESNext"],
|
||||
"paths": {
|
||||
"~/*": ["panel/admin/*"],
|
||||
"@/*": ["panel/auth/*"]
|
||||
}
|
||||
},
|
||||
"exclude": []
|
||||
}
|
Reference in New Issue
Block a user