DefinitelyTyped/types/text-encoding/tsconfig.json
2018-05-30 04:59:45 -07:00

17 lines
436 B
JSON

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