1
0
Fork 0
mirror of https://github.com/archtechx/alpine-typescript.git synced 2025-12-12 14:54:03 +00:00
alpine-typescript/tsconfig.json
Samuel Štancl f7db3d093c tsc build
2021-02-26 16:29:55 +01:00

10 lines
182 B
JSON

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