DefinitelyTyped/types/just-clone/tsconfig.json
Chris Howard 92a0fe0a28 [just-clone] Adding new Typings for just-clone module (#39996)
* Typings for just-clone

* Updated tests

* Added more tests

* Moved test
2019-11-01 16:16:51 -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",
"just-clone-tests.ts"
]
}