mirror of
https://github.com/bknd-io/bknd/
synced 2026-08-03 16:46:00 +00:00
chore: remove baseUrl from TypeScript configuration files
This commit is contained in:
@@ -10,17 +10,16 @@
|
||||
"allowImportingTsExtensions": false,
|
||||
"verbatimModuleSyntax": true,
|
||||
"strict": true,
|
||||
"outDir": "dist",
|
||||
"declarationDir": "dist",
|
||||
"outDir": "./dist",
|
||||
"declarationDir": "./dist",
|
||||
"declaration": true,
|
||||
"skipLibCheck": true,
|
||||
"noFallthroughCasesInSwitch": true,
|
||||
"noImplicitAny": false,
|
||||
"noPropertyAccessFromIndexSignature": false,
|
||||
"rootDir": "src",
|
||||
"baseUrl": "src",
|
||||
"tsBuildInfoFile": "dist/tsconfig.tsbuildinfo"
|
||||
"rootDir": "./src",
|
||||
"tsBuildInfoFile": "./dist/tsconfig.tsbuildinfo"
|
||||
},
|
||||
"include": ["src/**/*"],
|
||||
"include": ["./src/**/*"],
|
||||
"exclude": ["bknd", "dist", "node_modules"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user