DefinitelyTyped/types/html-encoding-sniffer/tsconfig.json

20 lines
371 B
JSON

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