build: switch rollup plugins to core ones
[poolifier.git] / tsconfig.json
1 {
2 "compilerOptions": {
3 "target": "ES2022",
4 "module": "ES2022",
5 "outDir": "lib",
6 "esModuleInterop": true,
7 "declaration": true,
8 "strict": true,
9 "verbatimModuleSyntax": true
10 },
11 "include": ["src/**/*.ts"]
12 }