Files
DefinitelyTyped/types/p-all/tsconfig.json
Dimitri Benin d0c54304c3 [p-all] introduce typings (#18546)
* [p-all] introduce typings

* [p-all] remove unnecessary default to any type
2017-08-02 16:11:36 -07:00

23 lines
449 B
JSON

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