generated from blueplum/typescript-template
7 lines
158 B
TypeScript
7 lines
158 B
TypeScript
import { defineConfig } from "./dist/config";
|
|
|
|
export default defineConfig({
|
|
include: ["src/**.ts"],
|
|
templateHeader: ["console.log('hello, world!');"],
|
|
});
|