@cake-fxd/cake-cli-presets
Version:
蛋糕英语前端模版项目集合
22 lines (21 loc) • 476 B
JSON
{
"compilerOptions": {
"target": "esnext",
"module": "esnext",
"moduleResolution": "node",
"importHelpers": true,
"jsx": "react",
"noImplicitAny": false,
"esModuleInterop": true,
"sourceMap": true,
"baseUrl": ".",
"strict": true,
"strictNullChecks": false,
"strictPropertyInitialization": false,
"paths": {
"@/*": ["src/*"],
"@tmp/*": ["src/pages/.umi/*"]
},
"allowSyntheticDefaultImports": true
}
}