mirror of
https://github.com/perfect-panel/ppanel-web.git
synced 2026-02-06 11:40:28 -05:00
12 lines
251 B
JSON
12 lines
251 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "dist",
|
|
"module": "ESNext",
|
|
"moduleResolution": "Bundler",
|
|
"baseUrl": "."
|
|
},
|
|
"exclude": ["node_modules", "dist"],
|
|
"extends": "@repo/typescript-config/react-library.json",
|
|
"include": ["src"]
|
|
}
|