Skip to content

Commit 0bc5379

Browse files
committed
Revert tsconfig file names
1 parent bfd8fed commit 0bc5379

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

File renamed without changes.

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "./tsconfig.base.json",
2+
"extends": "./tsconfig.build.json",
33
"include": [
44
"./*.ts",
55
"lib/*.ts",

vitest.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { compilerOptions } from './tsconfig.base.json'
1+
import { compilerOptions } from './tsconfig.build.json'
22
import { defineConfig } from 'vitest/config'
33
import { playwright } from '@vitest/browser-playwright'
44

0 commit comments

Comments
 (0)