Files
DefinitelyTyped/types/email-templates/tsconfig.json
Matus Gura 3f0193af10 [email-templates] Compliant with the latest version 2.6.0 (#18254)
* Made email-templates complaint with the latest version 2.6.0

* Added linter and updated a test
2017-07-21 09:46:57 -07:00

23 lines
460 B
JSON

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