1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2026-05-22 08:55:42 +02:00
qwerty287
2024-01-22 18:56:50 +01:00
committed by GitHub
parent 32a1199519
commit 791bea8a02
2 changed files with 3 additions and 3 deletions
@@ -18,6 +18,6 @@
"baseUrl": ".", "baseUrl": ".",
"rootDir": "src", "rootDir": "src",
"pretty": true, "pretty": true,
"noEmit": false "noEmit": false,
} },
} }
+1 -1
View File
@@ -1,4 +1,4 @@
{ {
"extends": "@docusaurus/tsconfig", "extends": "@docusaurus/tsconfig",
"include": ["src/"] "include": ["src/"],
} }