|
|
|
@ -11,7 +11,7 @@
|
|
|
|
// "disableReferencedProjectLoad": true, /* Reduce the number of projects loaded automatically by TypeScript. */
|
|
|
|
// "disableReferencedProjectLoad": true, /* Reduce the number of projects loaded automatically by TypeScript. */
|
|
|
|
|
|
|
|
|
|
|
|
/* Language and Environment */
|
|
|
|
/* Language and Environment */
|
|
|
|
"target": "ES2021", /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */
|
|
|
|
"target": "ES2021" /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */,
|
|
|
|
// "lib": [], /* Specify a set of bundled library declaration files that describe the target runtime environment. */
|
|
|
|
// "lib": [], /* Specify a set of bundled library declaration files that describe the target runtime environment. */
|
|
|
|
// "jsx": "preserve", /* Specify what JSX code is generated. */
|
|
|
|
// "jsx": "preserve", /* Specify what JSX code is generated. */
|
|
|
|
// "experimentalDecorators": true, /* Enable experimental support for TC39 stage 2 draft decorators. */
|
|
|
|
// "experimentalDecorators": true, /* Enable experimental support for TC39 stage 2 draft decorators. */
|
|
|
|
@ -25,14 +25,16 @@
|
|
|
|
// "moduleDetection": "auto", /* Control what method is used to detect module-format JS files. */
|
|
|
|
// "moduleDetection": "auto", /* Control what method is used to detect module-format JS files. */
|
|
|
|
|
|
|
|
|
|
|
|
/* Modules */
|
|
|
|
/* Modules */
|
|
|
|
"module": "ES2022", /* Specify what module code is generated. */
|
|
|
|
"module": "ES2022" /* Specify what module code is generated. */,
|
|
|
|
// "rootDir": "./", /* Specify the root folder within your source files. */
|
|
|
|
// "rootDir": "./", /* Specify the root folder within your source files. */
|
|
|
|
"moduleResolution": "node", /* Specify how TypeScript looks up a file from a given module specifier. */
|
|
|
|
"moduleResolution": "node" /* Specify how TypeScript looks up a file from a given module specifier. */,
|
|
|
|
// "baseUrl": "./", /* Specify the base directory to resolve non-relative module names. */
|
|
|
|
// "baseUrl": "./", /* Specify the base directory to resolve non-relative module names. */
|
|
|
|
// "paths": {}, /* Specify a set of entries that re-map imports to additional lookup locations. */
|
|
|
|
// "paths": {}, /* Specify a set of entries that re-map imports to additional lookup locations. */
|
|
|
|
// "rootDirs": [], /* Allow multiple folders to be treated as one when resolving modules. */
|
|
|
|
// "rootDirs": [], /* Allow multiple folders to be treated as one when resolving modules. */
|
|
|
|
// "typeRoots": [], /* Specify multiple folders that act like './node_modules/@types'. */
|
|
|
|
// "typeRoots": [], /* Specify multiple folders that act like './node_modules/@types'. */
|
|
|
|
"types": ["bun-types"], /* Specify type package names to be included without being referenced in a source file. */
|
|
|
|
"types": [
|
|
|
|
|
|
|
|
"bun-types"
|
|
|
|
|
|
|
|
] /* Specify type package names to be included without being referenced in a source file. */,
|
|
|
|
// "allowUmdGlobalAccess": true, /* Allow accessing UMD globals from modules. */
|
|
|
|
// "allowUmdGlobalAccess": true, /* Allow accessing UMD globals from modules. */
|
|
|
|
// "moduleSuffixes": [], /* List of file name suffixes to search when resolving a module. */
|
|
|
|
// "moduleSuffixes": [], /* List of file name suffixes to search when resolving a module. */
|
|
|
|
// "resolveJsonModule": true, /* Enable importing .json files. */
|
|
|
|
// "resolveJsonModule": true, /* Enable importing .json files. */
|
|
|
|
@ -71,13 +73,13 @@
|
|
|
|
/* Interop Constraints */
|
|
|
|
/* Interop Constraints */
|
|
|
|
// "isolatedModules": true, /* Ensure that each file can be safely transpiled without relying on other imports. */
|
|
|
|
// "isolatedModules": true, /* Ensure that each file can be safely transpiled without relying on other imports. */
|
|
|
|
// "allowSyntheticDefaultImports": true, /* Allow 'import x from y' when a module doesn't have a default export. */
|
|
|
|
// "allowSyntheticDefaultImports": true, /* Allow 'import x from y' when a module doesn't have a default export. */
|
|
|
|
"esModuleInterop": true, /* Emit additional JavaScript to ease support for importing CommonJS modules. This enables 'allowSyntheticDefaultImports' for type compatibility. */
|
|
|
|
"esModuleInterop": true /* Emit additional JavaScript to ease support for importing CommonJS modules. This enables 'allowSyntheticDefaultImports' for type compatibility. */,
|
|
|
|
// "preserveSymlinks": true, /* Disable resolving symlinks to their realpath. This correlates to the same flag in node. */
|
|
|
|
// "preserveSymlinks": true, /* Disable resolving symlinks to their realpath. This correlates to the same flag in node. */
|
|
|
|
"forceConsistentCasingInFileNames": true, /* Ensure that casing is correct in imports. */
|
|
|
|
"forceConsistentCasingInFileNames": true /* Ensure that casing is correct in imports. */,
|
|
|
|
|
|
|
|
|
|
|
|
/* Type Checking */
|
|
|
|
/* Type Checking */
|
|
|
|
"strict": true, /* Enable all strict type-checking options. */
|
|
|
|
"strict": true /* Enable all strict type-checking options. */,
|
|
|
|
// "noImplicitAny": true, /* Enable error reporting for expressions and declarations with an implied 'any' type. */
|
|
|
|
"noImplicitAny": true /* Enable error reporting for expressions and declarations with an implied 'any' type. */,
|
|
|
|
// "strictNullChecks": true, /* When type checking, take into account 'null' and 'undefined'. */
|
|
|
|
// "strictNullChecks": true, /* When type checking, take into account 'null' and 'undefined'. */
|
|
|
|
// "strictFunctionTypes": true, /* When assigning functions, check to ensure parameters and the return values are subtype-compatible. */
|
|
|
|
// "strictFunctionTypes": true, /* When assigning functions, check to ensure parameters and the return values are subtype-compatible. */
|
|
|
|
// "strictBindCallApply": true, /* Check that the arguments for 'bind', 'call', and 'apply' methods match the original function. */
|
|
|
|
// "strictBindCallApply": true, /* Check that the arguments for 'bind', 'call', and 'apply' methods match the original function. */
|
|
|
|
|