Commit 2bca577e by Percy Quispe Huarcaya

feat: Adding token creator and a parser

parent 1e31cef2
{ {
"compilerOptions": { "compilerOptions": {
"target": "ES2015", // o una versión compatible "module": "ESNext", // o "ES2020", dependiendo de tu necesidad
"module": "ES2015", // Para usar módulos ES "target": "ESNext", // 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