16 lines
314 B
JSON
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/**/*"]
|
|
}
|