DefinitelyTyped/types/growing-io/tsconfig.json
Forzoom f4d8af8660 add growing-io (#39163)
* feat: add growing-io

* fix: for non-npm package
2019-10-16 13:54:07 -07:00

24 lines
491 B
JSON

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