mirror of https://github.com/aldy505/sql-dsl.git
chore: lint
This commit is contained in:
parent
5b1fad3f0c
commit
3478cfb0d8
|
@ -1,5 +1,5 @@
|
|||
import { defineConfig } from "rollup";
|
||||
import ts from "@rollup/plugin-typescript";
|
||||
import {defineConfig} from 'rollup';
|
||||
import ts from '@rollup/plugin-typescript';
|
||||
|
||||
export default defineConfig({
|
||||
input: 'src/index.ts',
|
||||
|
@ -14,6 +14,6 @@ export default defineConfig({
|
|||
},
|
||||
],
|
||||
plugins: [
|
||||
ts({ tsconfig: "./tsconfig.json" }),
|
||||
ts({tsconfig: './tsconfig.json'}),
|
||||
],
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue