6 lines
102 B
JSON
6 lines
102 B
JSON
|
|
{
|
||
|
|
"compilerOptions": {
|
||
|
|
"checkJs": true
|
||
|
|
},
|
||
|
|
"exclude": ["node_modules", "**/node_modules/*"]
|
||
|
|
}
|