Spaces:
Running
Running
{ | |
"compilerOptions": { | |
"target": "es5", | |
"moduleResolution": "node", | |
"lib": ["ESNext", "dom"], | |
}, | |
"include": [ | |
"./src/**/*" | |
] | |
} | |