tsconfig.json
347 Bytes
{
"compilerOptions": {
"strict": true,
"declaration": true,
"skipLibCheck": true,
"esModuleInterop": true,
"jsx": "react",
"baseUrl": "./",
"paths": {
"@@/*": [".dumi/tmp/*"],
"@qx/common ": ["src"],
"@qx/common /*": ["src/*", "*"]
}
},
"include": [".dumi/**/*", ".dumirc.ts", "src/**/*"]
}