UNPKG

1 kBJSONView Raw
1{
2 "compileOnSave": true,
3 "compilerOptions": {
4 "target": "ES5",
5 "module": "commonjs",
6 "jsx": "react",
7 "sourceMap": false,
8 "moduleResolution": "node",
9 "rootDir": "src/components",
10 "outDir": "src/js",
11 "declaration": true
12 },
13 "files": [
14 "typings/googlemaps/google.maps.d.ts",
15 "typings/google-maps/google-maps.d.ts",
16 "typings/react-google-maps/react-google-maps.d.ts",
17 "typings/react/react.d.ts",
18 "typings/react/react-dom.d.ts",
19 "typings/jquery/jquery.d.ts",
20 "typings/globalize/globalize.d.ts",
21 "typings/cldr-data/cldr-data.d.ts",
22 "typings/react-widgets/react-widgets.d.ts",
23 "typings/react-router/react-router.d.ts",
24 "typings/recharts/recharts.d.ts",
25 "typings/toastr/toastr.d.ts",
26 "typings/react-dimensions/react-dimensions.d.ts",
27 "typings/clipboard/clipboard.d.ts",
28 "src/components/catreact-html.ts"
29 ]
30}