Files
DefinitelyTyped/types/lyricist/tsconfig.json
Aleksey Klimenko 8c9c3548a5 [lyricist] added new definitions and tests
(cherry picked from commit 79773d45b14e6e60ae76530cdb13ab7728afd22c)
2019-04-05 01:37:17 +03:00

25 lines
508 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"lib": [
"es6",
"dom"
],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
"strictFunctionTypes": true,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
"files": [
"index.d.ts",
"lyricist-tests.ts"
]
}