aschen/push-model-from-web
0
1{2 "compilerOptions": {3 "target": "esnext",4 "outDir": "dist/",5 "module": "esnext",6 "moduleResolution": "node",7 "strictNullChecks": true,8 "strictBindCallApply": true,9 "lib": ["DOM", "ES2021"],10 "skipLibCheck": true11 }12}13 