monkey-react
Version:
A powerful yet simple React library designed to make responsive can adapt seamlessly to any device, providing a smooth, consistent user experience.
16 lines • 355 B
JSON
{
"compilerOptions": {
"outDir": "dist",
// "module": "ES6",
// "moduleResolution": "bundler",
// "target": "ESNext",
"jsx": "react-jsx",
"declaration": true,
"declarationMap": true,
"sourceMap": true,
"strict": true,
"allowJs": true,
// "emitDeclarationOnly": false
},
"include": ["src"]
}