Update ESLint configuration, package.json, and README; improve formatting and versioning consistency. Adjust TypeScript configuration to disallow importing extensions and refine test scripts for better readability.
This commit is contained in:
@@ -6,8 +6,8 @@
|
||||
|
||||
"moduleResolution": "bundler",
|
||||
"esModuleInterop": true,
|
||||
"allowImportingTsExtensions": true,
|
||||
"allowArbitraryExtensions": true,
|
||||
"allowImportingTsExtensions": false,
|
||||
"allowArbitraryExtensions": false,
|
||||
"isolatedModules": true,
|
||||
"declaration": true,
|
||||
"emitDeclarationOnly": true,
|
||||
@@ -22,5 +22,5 @@
|
||||
"noPropertyAccessFromIndexSignature": false
|
||||
},
|
||||
"include": ["src"],
|
||||
"exclude": ["dist", "test"]
|
||||
"exclude": ["dist", "test", "src/examples"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user