UNPKG

@reliverse/rse-sdk

Version:

@reliverse/rse-sdk without cli. @reliverse/rse-sdk allows you to create new plugins for @reliverse/rse CLI, interact with reliverse.org, and even extend your own CLI functionality (you may also try @reliverse/dler-sdk for this case).

7 lines (6 loc) 306 B
/** * Creates a minimal tsconfig file for a new project. If `isDev` is true and * the project path contains "tests-runtime", the file is saved as "tsconfig.txt" * instead of "tsconfig.json". */ export declare function createTSConfig(projectPath: string, isLib: boolean, isDev: boolean): Promise<void>;