UNPKG

368 BJSONView Raw
1{
2 "compilerOptions": {
3 "module": "commonjs",
4 "lib": ["es6", "dom"],
5 "noImplicitAny": true,
6 "noImplicitThis": true,
7 "strictFunctionTypes": true,
8 "strictNullChecks": true,
9 "jsx": "react",
10 "types": [],
11 "noEmit": true,
12 "baseUrl": "./",
13 "paths": { "react-responsive-modal": ["."] }
14 },
15 "files": ["index.d.ts", "test.tsx"]
16}