mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-02-20 00:33:07 +01:00
build(repository): root tsconfig for ESM
This commit is contained in:
8
tsconfig.libESM.json
Normal file
8
tsconfig.libESM.json
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"extends": "./tsconfig.lib.json",
|
||||||
|
"compilerOptions": {
|
||||||
|
"module": "ESNext",
|
||||||
|
"moduleResolution": "Bundler",
|
||||||
|
"target": "ES2023"
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user