DefinitelyTyped/types/universalify/tsconfig.json
Richie Bendall 16ae5fd3c4 feat: Add typings for universalify (#41546)
Signed-off-by: Richie Bendall <richiebendall@gmail.com>
2020-01-17 11:40:06 -05:00

24 lines
493 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",
"universalify-tests.ts"
]
}