UNPKG

cl-react-graph

Version:
24 lines 544 B
{ "compilerOptions": { "allowJs": false, "allowSyntheticDefaultImports": true, "declaration": true, "outDir": "./types", "jsx": "react", "module": "commonjs", "noImplicitAny": false, "removeComments": true, "sourceMap": true, "strictNullChecks": false, "lib": [ "es6", "dom" ], "target": "es5" }, "include": [ "node_modules/@types/**/*.d.ts", "src/**/*.ts", "src/**/*.tsx" ] }