usado respostas como modelo
This commit is contained in:
parent
697f810c0e
commit
01c5799dc6
89 changed files with 35 additions and 137 deletions
|
|
@ -1,16 +1,7 @@
|
|||
{
|
||||
"extends": "./tsconfig",
|
||||
"compilerOptions": {
|
||||
"target": "ES2020",
|
||||
"lib": ["ES2020"],
|
||||
"module": "commonjs",
|
||||
"moduleResolution": "node16",
|
||||
"declaration": true,
|
||||
"sourceMap": true,
|
||||
"outDir": "./dist-require",
|
||||
"rootDir": "./src",
|
||||
"esModuleInterop": true,
|
||||
"strict": true,
|
||||
"skipLibCheck": true
|
||||
},
|
||||
"include": ["src/**/*"]
|
||||
"module": "commonjs"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue