Anna Kurylo
2018-10-17 ccc40e94e2da9fe9aa1cb560b97e3e618cefb1da
commit | author | age
a20f58 1 {
AS 2     "compilerOptions": {
3         "noImplicitAny": true,
4         "strictNullChecks": false,
5         "types": [],
6         "noEmit": true,
752fa8 7         "jsx": "react",
KJ 8         "baseUrl": "../",
9         "paths": {
10             "react-datetime": ["./"]
11         }
a20f58 12     },
AS 13     "files": [
752fa8 14         "../DateTime.d.ts",
a20f58 15         "react-datetime-tests.tsx"
AS 16     ]
17 }