build: use defineConfig() in rollup configurations
[poolifier.git] / tsconfig.development.json
index f7aa7d0f483c1e8054850a434b9a697275e20a0f..87915c1e67db042c15cc271103d0070baf6c54d9 100644 (file)
@@ -1,7 +1,7 @@
 {
   "extends": "./tsconfig.json",
   "compilerOptions": {
-    "sourceMap": true,
+    "sourceMap": true
   },
   "exclude": ["node_modules", "lib", "examples/typescript/**/*.ts"]
 }