mirror of
https://github.com/archtechx/alpine-typescript.git
synced 2025-12-12 06:44:03 +00:00
10 lines
182 B
JSON
10 lines
182 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "es6",
|
|
"lib": ["ES2017", "DOM"],
|
|
"declaration": true,
|
|
"outDir": "dist/"
|
|
},
|
|
"include": ["src/**/*"]
|
|
}
|