DefinitelyTyped/types/fast-text-encoding/tsconfig.json
2019-11-22 10:54:34 -08:00

20 lines
451 B
JSON

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