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