DefinitelyTyped/types/angular/tsconfig.json
2017-06-19 14:46:49 -04:00

25 lines
496 B
JSON

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