Files
DefinitelyTyped/cldrjs/tsconfig.json
Ryan Cavanaugh a8fbe5653f Fix all day
2016-05-09 10:07:31 -07:00

10 lines
226 B
JSON

{
"files": ["index.d.ts", "cldr.js-tests.ts"],
"compilerOptions": {
"module": "commonjs",
"target": "es6",
"noImplicitAny": true,
"strictNullChecks": false,
"baseUrl": "../"
}
}