mirror of
https://github.com/koel/koel
synced 2024-11-10 06:34:14 +00:00
11 lines
204 B
JSON
11 lines
204 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"baseUrl": ".",
|
|
"lib": ["es2021", "dom"],
|
|
"types": ["cypress", "@testing-library/cypress", "@types/node"]
|
|
},
|
|
"include": [
|
|
"**/*.ts"
|
|
]
|
|
}
|