UNPKG

451 BJSONView Raw
1{
2 "compilerOptions": {
3 "module": "commonjs",
4 "lib": ["es6", "dom"],
5 "noImplicitAny": true,
6 "noImplicitThis": true,
7 "strictNullChecks": true,
8 "strictFunctionTypes": true,
9 "jsx": "react",
10 "baseUrl": ".",
11 "typeRoots": ["../"],
12 "types": [],
13 "noEmit": true,
14 "forceConsistentCasingInFileNames": true,
15 "paths": {
16 "reactstrap": ["lib"]
17 }
18 },
19 "files": ["index.d.ts", "reactstrap-tests.tsx"]
20}