DefinitelyTyped/xml-js/tsconfig.json
2016-11-02 23:49:20 +09:00

20 lines
397 B
JSON

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