Stable 2-ago-2023

This commit is contained in:
2023-08-02 09:12:46 -06:00
parent 6a7c6b7ed9
commit f0cc3c585d
60 changed files with 6497 additions and 908 deletions

View File

@@ -1,18 +1,14 @@
{
"compilerOptions": {
"module": "ESNext",
"moduleResolution": "Node",
"target": "ES2020",
"jsx": "react",
"strictNullChecks": true,
"strictFunctionTypes": true,
"lib": ["ES2020", "DOM"],
"rootDir": "./ts",
"outDir": "./js",
"watch": true,
},
"exclude": [
"node_modules",
"**/node_modules/*"
]
"lib": [
"ESNext",
"dom"
],
"outDir": "js",
"rootDir": "ts",
"target": "ES2022",
"moduleResolution": "node",
"module": "ESNext"
// ts/auditoría.ts:1:37 - error TS2307: Cannot find module 'https://unpkg.com/petite-vue?module' or its corresponding type declarations.
}
}