Files
DefinitelyTyped/types/counterpart/tsconfig.json
Santiago Doldan c2c9b9f7c0 Add counterpart
2017-08-29 21:10:59 -03:00

23 lines
455 B
JSON

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