DefinitelyTyped/types/markdown-magic/tsconfig.json
Piotr Błażejewicz (Peter Blazejewicz) 9b3b94939e
feat(markdown-magic): type definitions for version 1.0 (#42242)
- types definition
- tests

Thanks!
2020-02-10 10:27:02 -08:00

24 lines
495 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",
"markdown-magic-tests.ts"
]
}