DefinitelyTyped/python-shell/tsconfig.json
Dolan 4ccd1312fa added python-shell typings (#13533)
* added python-shell typings

* added no implicit this to true

* added tslint fixes
2016-12-24 19:40:33 -05:00

20 lines
434 B
JSON

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