this repo has no description
1{
2 "compilerOptions": {
3 "target": "ES2016",
4 "jsx": "react",
5 "module": "ES6",
6 "moduleResolution": "bundler",
7 "strict": true,
8 "declaration": true,
9 "esModuleInterop": true,
10 "forceConsistentCasingInFileNames": true
11 },
12 "include": ["./src/**/*", "src/index.ts", "./src/import.d.ts"]
13}