UNPKG

@ozo/react-rock

Version:

React 移动端开发脚手架,基于CRA3,通用、开箱即用。

17 lines (16 loc) 379 B
{ "compilerOptions": { "module": "commonjs", "target": "es2015", "jsx": "react", "baseUrl": "src", "paths": { "@/*": ["*"], "@*": ["*"] }, "allowSyntheticDefaultImports": true, "experimentalDecorators": true }, "exclude": ["node_modules", "build"], "include": ["src/**/*"] }