mirror of
https://github.com/System-End/hackatime.git
synced 2026-04-19 22:15:14 +00:00
7 lines
129 B
JSON
7 lines
129 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"checkJs": false
|
|
},
|
|
"include": ["app/javascript/**/*.svelte"]
|
|
}
|