Files
DefinitelyTyped/pvutils/tsconfig.json
Miroshin Stepan 788c758591 Add typings for pkijs, asn1js and pvutils (#12248)
* Add files

* Added all types from pkijs-es6

* Update
- Added pkijs test
- Created asn1js
- Created pvutils
- Fixed type errors

* Update asn1js typings

* Update pvutils test

* Remove PKIBase

* Added common modules x509, cms, ocsp

* Fix typings errors

* Add comments

* Update 'declare module' & config
2016-11-01 22:11:23 +09:00

19 lines
397 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"target": "es6",
"noImplicitAny": true,
"strictNullChecks": true,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
"files": [
"index.d.ts",
"pvutils-tests.ts"
]
}