Aggiornato TSConfig
Co-authored-by: Mambuco <gabriele.giambrone@icloud.com>
This commit is contained in:
parent
5ac558462a
commit
9297357876
2 changed files with 5 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
"extends": "../../tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"rootDir": "src",
|
||||
"outDir": "dist"
|
||||
"declaration": true
|
||||
},
|
||||
"include": ["src/**/*"]
|
||||
}
|
|
@ -1,7 +1,9 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"target": "es2016",
|
||||
"module": "commonjs",
|
||||
"target": "ESNext",
|
||||
"module": "Node16",
|
||||
"sourceMap": true,
|
||||
"moduleResolution": "node16",
|
||||
"esModuleInterop": true,
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"strict": true,
|
||||
|
|
Loading…
Add table
Reference in a new issue