mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-23 12:31:24 +01:00
allow js imports temporarily
This commit is contained in:
parent
7300d2eedd
commit
0e02e48a34
11 changed files with 11 additions and 55 deletions
|
|
@ -16,7 +16,8 @@
|
|||
"noImplicitReturns": true,
|
||||
"skipLibCheck": true,
|
||||
"types": ["vitest/globals"],
|
||||
"baseUrl": "src"
|
||||
"baseUrl": "src",
|
||||
"allowJs": true,
|
||||
},
|
||||
"include": ["src"]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue