Skip to content

Commit 245e229

Browse files
committed
fix tsconfig.json#extends file reference
1 parent 5370b84 commit 245e229

File tree

2 files changed

+1
-49
lines changed

2 files changed

+1
-49
lines changed

scripts/bundle.js

-48
This file was deleted.

tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "@ajv-validator/config",
2+
"extends": "@ajv-validator/config/tsconfig.json",
33
"include": ["lib"],
44
"compilerOptions": {
55
"outDir": "dist",

0 commit comments

Comments
 (0)