DefinitelyTyped/angular-deferred-bootstrap/tsconfig.json
2016-07-25 14:27:39 -07:00

19 lines
418 B
JSON

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