DefinitelyTyped/types/cadesplugin/tsconfig.json
Vohmyanin Sergey Vasilevich 659481e8d3
[cadesplugin] initial version
2019-01-15 13:44:46 +03:00

24 lines
479 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"
]
}