Files
DefinitelyTyped/kramed/tsconfig.json
Matthew Wilkes e4aa39ef69 Adding Definitions for Kramed (#14462)
* Definitions for Kramed

* Fixed tslint errors

* Fixed exports after fixing tslint export warning
2017-03-10 16:26:29 -08:00

21 lines
429 B
JSON

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