Files
DefinitelyTyped/types/i18n-abide/tsconfig.json
Steven Bell e409eb2907 Add type definitions for the i18n-abide package. (#29855)
* Add type definitions for the i18n-abide library.

* Fix test and tsconfig.
2018-10-18 12:21:01 -07:00

24 lines
491 B
JSON

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