12 lines
146 B
JSON
12 lines
146 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"noEmit": true,
|
||
|
"allowJs": true,
|
||
|
"checkJs": true,
|
||
|
"target": "es2017"
|
||
|
},
|
||
|
"include": [
|
||
|
"lib"
|
||
|
]
|
||
|
}
|