diff --git a/modulo5/lista-typescript/package-lock.json b/modulo5/lista-typescript/package-lock.json new file mode 100644 index 0000000..ba26435 --- /dev/null +++ b/modulo5/lista-typescript/package-lock.json @@ -0,0 +1,35 @@ +{ + "name": "lista-typescript", + "version": "1.0.0", + "lockfileVersion": 2, + "requires": true, + "packages": { + "": { + "name": "lista-typescript", + "version": "1.0.0", + "license": "ISC", + "dependencies": { + "typescript": "^4.8.4" + } + }, + "node_modules/typescript": { + "version": "4.8.4", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.8.4.tgz", + "integrity": "sha512-QCh+85mCy+h0IGff8r5XWzOVSbBO+KfeYrMQh7NJ58QujwcE22u+NUSmUxqF+un70P9GXKxa2HCNiTTMJknyjQ==", + "bin": { + "tsc": "bin/tsc", + "tsserver": "bin/tsserver" + }, + "engines": { + "node": ">=4.2.0" + } + } + }, + "dependencies": { + "typescript": { + "version": "4.8.4", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.8.4.tgz", + "integrity": "sha512-QCh+85mCy+h0IGff8r5XWzOVSbBO+KfeYrMQh7NJ58QujwcE22u+NUSmUxqF+un70P9GXKxa2HCNiTTMJknyjQ==" + } + } +} diff --git a/modulo5/lista-typescript/package.json b/modulo5/lista-typescript/package.json new file mode 100644 index 0000000..836449d --- /dev/null +++ b/modulo5/lista-typescript/package.json @@ -0,0 +1,15 @@ +{ + "name": "lista-typescript", + "version": "1.0.0", + "description": "", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "keywords": [], + "author": "", + "license": "ISC", + "dependencies": { + "typescript": "^4.8.4" + } +} diff --git a/modulo5/lista-typescript/src/exercicio1.ts b/modulo5/lista-typescript/src/exercicio1.ts new file mode 100644 index 0000000..e69de29 diff --git a/modulo5/lista-typescript/tsconfig.json b/modulo5/lista-typescript/tsconfig.json new file mode 100644 index 0000000..e69de29