kt-extendscript-builder
Version:
Vite based builder for transpile TypeScript to ExtendScript
33 lines (32 loc) • 815 B
TypeScript
export declare const tsconfigES3: {
compilerOptions: {
target: string;
module: string;
outDir: string;
rootDir: string;
strict: boolean;
esModuleInterop: boolean;
skipLibCheck: boolean;
forceConsistentCasingInFileNames: boolean;
lib: never[];
sourceMap: boolean;
types: string[];
};
};
export declare const tsconfigTestsES3: {
compilerOptions: {
target: string;
module: string;
outDir: string;
rootDir: string;
strict: boolean;
esModuleInterop: boolean;
skipLibCheck: boolean;
forceConsistentCasingInFileNames: boolean;
lib: never[];
sourceMap: boolean;
types: string[];
};
include: string[];
exclude: string[];
};