DefinitelyTyped/types/define-properties/tsconfig.json
ExE Boss 9294a66f12 feat: Add define‑properties (#39058)
* feat: Add `define‑properties`

* fix(define‑properties): Correct definition authors
2019-10-16 14:06:55 -07:00

17 lines
357 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", "define-properties-tests.ts"]
}