DefinitelyTyped/types/pixl-xml/tsconfig.json
Evan Shortiss 1d379aed92 add pixl-xml types (#37683)
* add pixl-xml types

* address linter errors
2019-08-16 12:56:01 -07:00

24 lines
489 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",
"pixl-xml-tests.ts"
]
}