mirror of
https://github.com/varbhat/exatorrent.git
synced 2021-09-19 22:57:02 +03:00
10 lines
243 B
JSON
10 lines
243 B
JSON
{
|
|
"extends": "@tsconfig/svelte/tsconfig.json",
|
|
"include": ["src/**/*", "src/node_modules", "src/**/*.d.ts", "src/*", "src/**/*.svelte"],
|
|
"compilerOptions": {
|
|
"outDir": "tscheck",
|
|
"target": "ESNext",
|
|
"types": ["svelte"]
|
|
}
|
|
}
|