Files
DefinitelyTyped/strong-cluster-control/tsconfig.json
2017-01-19 20:52:18 -08:00

21 lines
445 B
JSON

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