Stable 2-ago-2023
This commit is contained in:
@@ -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.
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user