Files
DefinitelyTyped/lodash/tsconfig.json
Ryan Cavanaugh 290d5dfb4d More fixes
2016-05-04 18:42:46 -07:00

10 lines
228 B
JSON

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