DefinitelyTyped/angular/tsconfig.json
2016-07-14 14:06:10 -07:00

19 lines
399 B
JSON

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