We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38c03bc commit 6df5c8dCopy full SHA for 6df5c8d
biome.json .config/biome.jsonbiome.json renamed to .config/biome.json
@@ -1,5 +1,5 @@
1
{
2
- "$schema": "./node_modules/@biomejs/biome/configuration_schema.json",
+ "$schema": "../node_modules/@biomejs/biome/configuration_schema.json",
3
"files": {
4
"includes": [
5
"**",
tsconfig.dts.json .config/tsconfig.dts.jsontsconfig.dts.json renamed to .config/tsconfig.dts.json
@@ -1,14 +1,14 @@
- "extends": "./.config/tsconfig.base.json",
+ "extends": "./tsconfig.base.json",
"compilerOptions": {
"declaration": true,
"declarationMap": false,
6
"emitDeclarationOnly": true,
7
"module": "commonjs",
8
"moduleResolution": "node",
9
- "outDir": "./dist",
10
- "rootDir": "./src",
+ "outDir": "../dist",
+ "rootDir": "../src",
11
"verbatimModuleSyntax": false
12
},
13
- "include": ["src/**/*.ts"]
+ "include": ["../src/**/*.ts"]
14
}
0 commit comments