9 lines
157 B
JSON
9 lines
157 B
JSON
|
{
|
||
|
"files": ["grammar.js", "grammar.d.ts"],
|
||
|
"exclude": ["node_modules/"],
|
||
|
"compilerOptions": {
|
||
|
"checkJs": true,
|
||
|
"strictNullChecks": true,
|
||
|
}
|
||
|
}
|