mirror of
https://github.com/kremalicious/umami.git
synced 2024-11-22 09:57:00 +01:00
9 lines
138 B
JSON
9 lines
138 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"lib": ["es5", "dom"],
|
|
"types": ["cypress", "node"]
|
|
},
|
|
"include": ["**/*.ts"]
|
|
}
|