mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
* [ascii2mathml] add typings (v0.5.4) * [intl] add typings * [remove-markdown] add typings * [ascii2mathml][intl][remove-markdown] fix lint * [intl] fix project link * [ascii2mathml] fix test error
23 lines
459 B
JSON
23 lines
459 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"lib": [
|
|
"es6"
|
|
],
|
|
"noImplicitAny": true,
|
|
"noImplicitThis": true,
|
|
"strictNullChecks": true,
|
|
"baseUrl": "../",
|
|
"typeRoots": [
|
|
"../"
|
|
],
|
|
"types": [],
|
|
"noEmit": true,
|
|
"forceConsistentCasingInFileNames": true
|
|
},
|
|
"files": [
|
|
"index.d.ts",
|
|
"remove-markdown-tests.ts"
|
|
]
|
|
}
|