1
0
Fork 0
mirror of https://github.com/archtechx/alpine-typescript.git synced 2025-12-12 06:44:03 +00:00

initial commit

This commit is contained in:
Samuel Štancl 2021-02-26 14:43:39 +01:00
commit 1260642e07
5 changed files with 298 additions and 0 deletions

8
tsconfig.json Normal file
View file

@ -0,0 +1,8 @@
{
"compilerOptions": {
"module": "commonjs",
"target": "es6",
"lib": ["ES2017", "DOM"]
},
"include": ["src/**/*"]
}