nicecode-v2/tsconfig.json
2023-11-29 15:48:08 +08:00

16 lines
314 B
JSON

{
"compilerOptions": {
"strict": true,
"declaration": true,
"skipLibCheck": true,
"esModuleInterop": true,
"jsx": "react",
"baseUrl": "./",
"paths": {
"@@/*": [".dumi/tmp/*"],
"@zhst/*": ["src/*", "*"]
}
},
"include": [".dumirc.ts", "src/**/*", "packages/**/*"]
}