diff --git a/tsconfig.json b/tsconfig.json index 99923cc..a731e95 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,8 +1,4 @@ { - "$schema": "https://json.schemastore.org/tsconfig", - "include": [ - "src", - ], "compilerOptions": { "lib": [ "esnext" @@ -17,6 +13,9 @@ "baseUrl": ".", "rootDir": "./src" }, + "include": [ + "src" + ], "exclude": [ "dist", "node_modules"