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