mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-07-19 04:58:25 +02:00
Next release of setup-bun
This commit is contained in:
parent
ed9eb0969c
commit
9c14b74b45
1082 changed files with 242557 additions and 173810 deletions
13
node_modules/ts-node/dist/tsconfig-schema.d.ts
generated
vendored
Normal file
13
node_modules/ts-node/dist/tsconfig-schema.d.ts
generated
vendored
Normal file
|
@ -0,0 +1,13 @@
|
|||
import type { TsConfigOptions } from './index';
|
||||
/**
|
||||
* tsconfig schema which includes "ts-node" options.
|
||||
* @allOf [{"$ref": "https://schemastore.azurewebsites.net/schemas/json/tsconfig.json"}]
|
||||
*/
|
||||
export interface TsConfigSchema {
|
||||
/**
|
||||
* ts-node options. See also: https://typestrong.org/ts-node/docs/configuration
|
||||
*
|
||||
* ts-node offers TypeScript execution and REPL for node.js, with source map support.
|
||||
*/
|
||||
'ts-node': TsConfigOptions;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue