Files
DefinitelyTyped/types/floyd-steinberg/tsconfig.json
tajnymag 55c08b6532 🤖 Merge PR #62168 Added floyd-steinberg types by @tajnymag
* Added floyd-steinberg types

* Changed author name to trigger a new CI run
2022-09-09 23:57:27 -07:00

25 lines
515 B
JSON

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