catreact
Version:
Catavolt Core React Components
28 lines (27 loc) • 867 B
JSON
{
"compileOnSave": true,
"compilerOptions": {
"target": "ES5",
"module": "commonjs",
"jsx": "react",
"sourceMap": false,
"moduleResolution": "node",
"allowJs": true,
"rootDir": "src/components",
"outDir": "src/js",
"declaration": true
},
"files": [
"typings/googlemaps/google.maps.d.ts",
"typings/google-maps/google-maps.d.ts",
"typings/react-google-maps/react-google-maps.d.ts",
"typings/react/react.d.ts",
"typings/react/react-dom.d.ts",
"typings/jquery/jquery.d.ts",
"typings/react-bootstrap-datetimepicker/react-bootstrap-datetimepicker.d.ts",
"typings/react-router/react-router.d.ts",
"typings/recharts/recharts.d.ts",
"typings/toastr/toastr.d.ts",
"src/components/catreact.ts"
]
}