feat: upload basic TypeScript demo
parents
Showing
class.ts
0 → 100644
datatypes.ts
0 → 100644
dist/class.js
0 → 100644
dist/class.js.map
0 → 100644
dist/datatypes.js
0 → 100644
dist/datatypes.js.map
0 → 100644
dist/function.js
0 → 100644
dist/function.js.map
0 → 100644
dist/interface.js
0 → 100644
dist/interface.js.map
0 → 100644
function.ts
0 → 100644
interface.ts
0 → 100644
node_modules/.bin/tsc
0 → 100644
node_modules/.bin/tsc.cmd
0 → 100644
node_modules/.bin/tsc.ps1
0 → 100644
node_modules/.bin/tsserver
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
package-lock.json
0 → 100644
package.json
0 → 100644
| { | ||
| "name": "typescriptdemo", | ||
| "version": "1.0.0", | ||
| "main": "index.js", | ||
| "scripts": { | ||
| "test": "echo \"Error: no test specified\" && exit 1" | ||
| }, | ||
| "author": "", | ||
| "license": "ISC", | ||
| "description": "", | ||
| "dependencies": { | ||
| "typescript": "^5.8.3" | ||
| } | ||
| } |
test.js
0 → 100644
tsconfig.json
0 → 100644
Please register or sign in to comment