DefinitelyTyped/deployjava/tsconfig.json
2016-08-19 14:14:20 -07:00

19 lines
401 B
JSON

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