modifica a moduleResolution in tsoconfig.json
This commit is contained in:
parent
ce9790dbc7
commit
1001373e9d
1 changed files with 2 additions and 2 deletions
|
|
@ -3,8 +3,8 @@
|
|||
"rootDir": "./src",
|
||||
"outDir": "./dist",
|
||||
"target": "ES2020",
|
||||
"module": "commonjs",
|
||||
"moduleResolution": "node16git ç",
|
||||
"module": "node16",
|
||||
"moduleResolution": "node16",
|
||||
"esModuleInterop": true,
|
||||
"strict": true,
|
||||
"skipLibCheck": true,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue