Files
DefinitelyTyped/ember/tsconfig.json
Marius Seritan 1d8b48f01f More restrictive tslint and more Ember definitions.
- fix a lot of lint issues
- add inject
- enhance Promise<T, V>
2016-11-27 15:51:37 -08:00

20 lines
396 B
JSON

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