39 lines
1.2 KiB
JSON
39 lines
1.2 KiB
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": "./",
|
|
"target": "esnext",
|
|
"module": "esnext",
|
|
"moduleResolution": "node",
|
|
"jsx": "react-jsx",
|
|
"esModuleInterop": true,
|
|
"experimentalDecorators": true,
|
|
"strict": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"noImplicitReturns": true,
|
|
"noImplicitAny": true,
|
|
"declaration": true,
|
|
"skipLibCheck": true,
|
|
"resolveJsonModule": true,
|
|
"paths": {
|
|
"@/*": ["./src/*"],
|
|
"@@/*": ["./src/.umi/*"],
|
|
"@@test/*": ["./src/.umi-test/*"],
|
|
"@gpustack/core-ui": ["../core-ui/src/index.ts"],
|
|
"@gpustack/core-ui/*": ["../core-ui/src/*"],
|
|
"@gpustack/core-ui/hooks": ["../core-ui/src/lib/hooks"],
|
|
"@gpustack/core-ui/utils": ["../core-ui/src/lib/utils"],
|
|
"@gpustack/core-ui/types": ["../core-ui/src/lib/types"],
|
|
"@gpustack/core-ui/components": ["../core-ui/src/lib/components"],
|
|
"@gpustack/core-ui/lib/*": ["../core-ui/src/lib/*"]
|
|
}
|
|
},
|
|
"include": [
|
|
"./**/*.d.ts",
|
|
"./**/*.ts",
|
|
"./**/*.tsx",
|
|
"@gpustack/core-ui/lib/components/logs-viewer/parse-worker.ts",
|
|
"@gpustack/core-ui/lib/components/image-editor/invert-worker.ts",
|
|
"@gpustack/core-ui/lib/components/image-editor/offscreen-worker.ts"
|
|
]
|
|
}
|