DefinitelyTyped/types/ajv-pack/tsconfig.json
Christian Murphy 82eebd3e0c add ajv-pack typings (#38425)
* add ajv-pack typings

* ajv-pack restructure typings to leverage namespace

* ajv-pack: add newline to tsconfig

* ajv-pack: simplify namespace
2019-09-25 09:38:35 -07:00

24 lines
409 B
JSON

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