Commit 1e31cef2 by Percy Quispe Huarcaya

feat: Adding token creator and a parser

parent 957a8d9d
{ {
"compilerOptions": { "compilerOptions": {
"target": "ES2020", // o una versión compatible "target": "ES2015", // o una versión compatible
"module": "ES2020", // Para usar módulos ES "module": "ES2015", // 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