DefinitelyTyped/angular-gridster/tsconfig.json
João Monteiro bd5e86ff2c Added angular-gridster definitions (#13961)
* added angular-gridster definitions

* stripped out bom

* fixed index.d.ts based on travis

* fixed interfaces name on test file
2017-01-13 07:11:57 -08:00

20 lines
438 B
JSON

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