mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
* feat(prismjs): Update `@types/prism` to Prism 1.16 Co-Authored-By: Michael Schmidt <mitchi5000.ms@googlemail.com> * fix(prismjs): Use `tslint:disable-next-line` comments * chore(prismjs): Require TypeScript 2.8 * refactor(prismjs): Rename `TokenNode` to `TokenStream` Co-Authored-By: Michael Schmidt <mitchi5000.ms@googlemail.com> * feat(prismjs): Add `comment` and `class‑name` as known `Grammar` keys Co-Authored-By: Michael Schmidt <mitchi5000.ms@googlemail.com>
24 lines
476 B
JSON
24 lines
476 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"lib": [
|
|
"es5",
|
|
"dom"
|
|
],
|
|
"noImplicitAny": true,
|
|
"noImplicitThis": true,
|
|
"strictNullChecks": true,
|
|
"strictFunctionTypes": true,
|
|
"baseUrl": "../",
|
|
"typeRoots": [
|
|
"../"
|
|
],
|
|
"types": [],
|
|
"noEmit": true,
|
|
"forceConsistentCasingInFileNames": true
|
|
},
|
|
"files": [
|
|
"index.d.ts",
|
|
"prismjs-tests.ts"
|
|
]
|
|
} |