Last active
September 13, 2025 21:21
-
-
Save codigoconjuan/59f029da7be988d54cbab601972ebd6f to your computer and use it in GitHub Desktop.
Archivo de Configuración de TypeScript
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "compilerOptions": { | |
| "outDir": "./dist", | |
| "rootDir": "./src", | |
| "lib": ["esnext"], | |
| "target": "ESNext", | |
| "moduleResolution": "NodeNext", | |
| "module": "NodeNext", | |
| "strict": false, | |
| "sourceMap": true, | |
| "esModuleInterop": true, | |
| "declaration": true | |
| }, | |
| "include": ["src/**/*.ts"] | |
| } |
Genial, gracias Juancho!!!!
Tengo esto mismo pero no me funciona :(
No me funciona
NO les funciona pero pongan el error que les marca para que les puedan ayudar no solo NO ME FUNCIONA
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Gracias 🔥