mirror of
https://github.com/sveltejs/svelte.git
synced 2024-11-29 16:36:44 +01:00
11 lines
136 B
JSON
11 lines
136 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"include": ["."],
|
|
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"checkJs": true,
|
|
"noEmit": true
|
|
}
|
|
}
|