mirror of
https://github.com/podman-desktop/podman-desktop
synced 2026-04-21 17:47:22 +00:00
refactor(tsconfig): update package/api configuration
make it like other parts of the code - extending strictest configuration - newer module/moduleResolution related to https://github.com/podman-desktop/podman-desktop/issues/15496 Signed-off-by: Florent Benoit <fbenoit@redhat.com>
This commit is contained in:
parent
535148c848
commit
90c69da89c
1 changed files with 3 additions and 2 deletions
|
|
@ -1,9 +1,10 @@
|
|||
{
|
||||
"extends": "@tsconfig/strictest/tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"module": "esnext",
|
||||
"module": "NodeNext",
|
||||
"target": "esnext",
|
||||
"sourceMap": false,
|
||||
"moduleResolution": "Node",
|
||||
"moduleResolution": "node16",
|
||||
"strict": true,
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"isolatedModules": true,
|
||||
|
|
|
|||
Loading…
Reference in a new issue