Commit 9f4740d8 by Percy Quispe Huarcaya

feat: Adding token creator and a parser

parent 2bca577e
{ {
"compilerOptions": { "compilerOptions": {
"module": "ESNext", // o "ES2020", dependiendo de tu necesidad "module": "ES2022", // o "ES2020", dependiendo de tu necesidad
"target": "ESNext", // Para usar módulos ES "target": "ES2022", // Para usar módulos ES
"strict": true, "strict": true,
"esModuleInterop": true, "esModuleInterop": true,
"skipLibCheck": true, "skipLibCheck": true,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment