DefinitelyTyped/types/webidl2js/tsconfig.json
2020-04-03 16:54:17 -07:00

20 lines
360 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"lib": ["ES2015"],
"noImplicitAny": true,
"noImplicitThis": true,
"strictFunctionTypes": true,
"strictNullChecks": true,
"baseUrl": "../",
"typeRoots": ["../"],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
"files": [
"test/convert-idl.ts",
"index.d.ts"
]
}