Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
{ | |
"compilerOptions": { | |
"esModuleInterop": true, | |
"noEmit": true, | |
"module": "ESNext", | |
"target": "ESNext", | |
"moduleResolution": "Node", | |
"noImplicitAny": true, | |
"strict": true, | |
"strictNullChecks": true, | |
"skipLibCheck": true, | |
"noImplicitOverride": true | |
}, | |
"include": ["src", "test", "index.ts", "../shared/src"], | |
"exclude": ["dist"] | |
} | |