bootstrap finished hopefully

This commit is contained in:
parent 8bd31c526f
commit c9337120b7
Signed by: tablet
GPG Key ID: 924A5F6AF051E87C
3 changed files with 6 additions and 5 deletions

@ -25,5 +25,6 @@
"obsidian": "latest",
"tslib": "2.4.0",
"typescript": "4.7.4"
}
},
"type": "module"
}

@ -1,5 +1,5 @@
import { defineConfig, devices } from '@playwright/test';
import * as fix from "obsidian-testing-framework/fixture";
import {ObsidianTestFixtures} from "obsidian-testing-framework/fixture";
/**
* Read environment variables from file.

@ -3,11 +3,11 @@
"baseUrl": ".",
"inlineSourceMap": true,
"inlineSources": true,
"module": "ESNext",
"module": "Node16",
"target": "ES6",
"allowJs": true,
"noImplicitAny": true,
"moduleResolution": "node",
"moduleResolution": "Node16",
"importHelpers": true,
"isolatedModules": true,
"strictNullChecks": true,
@ -16,7 +16,7 @@
"ES5",
"ES6",
"ES7"
]
],
},
"include": [
"**/*.ts"