Prettier rewrite

This commit is contained in:
Alexander Cerutti
2024-10-12 00:09:31 +02:00
parent fea378b2c1
commit 0827730d41
4 changed files with 39 additions and 41 deletions

View File

@@ -1,10 +1,10 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "lib",
"declaration": true,
"inlineSourceMap": true,
"skipLibCheck": true
},
"include": ["src/**/*"]
}
{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "lib",
"declaration": true,
"inlineSourceMap": true,
"skipLibCheck": true
},
"include": ["src/**/*"]
}