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