Commit 9f4740d8 by Percy Quispe Huarcaya

feat: Adding token creator and a parser

parent 2bca577e
{
"compilerOptions": {
"module": "ESNext", // o "ES2020", dependiendo de tu necesidad
"target": "ESNext", // Para usar módulos ES
"module": "ES2022", // o "ES2020", dependiendo de tu necesidad
"target": "ES2022", // Para usar módulos ES
"strict": true,
"esModuleInterop": 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