1
0
Fork 0
mirror of https://github.com/archtechx/alpine-typescript.git synced 2025-12-12 06:44:03 +00:00
alpine-typescript/tsconfig.json
2021-02-26 14:43:39 +01:00

8 lines
134 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"target": "es6",
"lib": ["ES2017", "DOM"]
},
"include": ["src/**/*"]
}