DefinitelyTyped/types/angular/tsconfig.json
2017-08-14 11:28:41 -07:00

28 lines
600 B
JSON

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