DefinitelyTyped/types/pad-left/tsconfig.json
Richie Bendall 349924fb34 feat: Add typings for pad-left (#41820)
Signed-off-by: Richie Bendall <richiebendall@gmail.com>
2020-01-24 16:26:22 -08:00

24 lines
489 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",
"pad-left-tests.ts"
]
}