mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
* npx dts-gen -m bser --dt * drafted types for bser-package * dropped duplicate prototype namespaces * drafted test cases * npx prettier --write types\bser\** * fixed linting issues
24 lines
555 B
JSON
24 lines
555 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"lib": ["es6"],
|
|
"noImplicitAny": true,
|
|
"noImplicitThis": true,
|
|
"strictNullChecks": true,
|
|
"strictFunctionTypes": true,
|
|
"baseUrl": "../",
|
|
"typeRoots": ["../"],
|
|
"types": [],
|
|
"noEmit": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"esModuleInterop": true
|
|
},
|
|
"files": [
|
|
"index.d.ts",
|
|
"test/tests.ts",
|
|
"test/sample1.ts",
|
|
"test/sample2.ts",
|
|
"test/sample3.ts"
|
|
]
|
|
}
|