Simon Egersand
2018-02-11 c6bf905a9c74a8c12fd4e3be1802385e22bf3108
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 }