UNPKG

572 BJSONView Raw
1{
2 "compilerOptions": {
3 "allowJs": true,
4 "allowSyntheticDefaultImports": true,
5 "esModuleInterop": true,
6 "noImplicitAny": true,
7 "noUnusedParameters": true,
8 "noUnusedLocals": true,
9 "strict": true,
10 "target": "es5",
11 "jsx": "react",
12 "baseUrl": "./src",
13 "typeRoots": ["./node_modules/@types", "./types"],
14 "paths": {
15 "~*": ["./*"],
16 "react-easy-swipe": ["./types/react-easy-swipe.d.ts"]
17 }
18 },
19 "include": ["./src/**/*.ts", "./src/**/*.tsx"]
20}