DefinitelyTyped/angularjs/tsconfig.json

14 lines
294 B
JSON

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