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