Simon Egersand
2018-02-11 db7315ac35b5257824ba2cdbf46b150450f961ed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    "compilerOptions": {
        "noImplicitAny": true,
        "strictNullChecks": false,
        "types": [],
        "noEmit": true,
        "jsx": "react",
        "baseUrl": "../",
        "paths": {
            "react-datetime": ["./"]
        }
    },
    "files": [
        "../DateTime.d.ts",
        "react-datetime-tests.tsx"
    ]
}