DefinitelyTyped/types/clamp/tsconfig.json
Adam Zerella 9582dc2bb7
Add type def for clamp (#43011)
Co-authored-by: Adam Zerella <adamzerella@users.noreply.github.com>
2020-03-14 19:10:24 -07:00

26 lines
456 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",
"clamp-tests.ts"
]
}