DefinitelyTyped/types/caller/tsconfig.json
sungmin kim 5fa7e99518 typedefinition for Caller (#29406)
* typedefinition for Caller

* edit comment

change comment Definitions information, 
delete useless  comment

* edit comment

* remove patch version
* restore Definitions line
2018-10-04 10:54:05 -07:00

24 lines
487 B
JSON

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