8 lines
118 B
JSON
8 lines
118 B
JSON
{
|
|
"compilerOptions": {
|
|
"checkJs": true,
|
|
"lib": ["ES6", "DOM"],
|
|
"noEmit": true,
|
|
"strict": true
|
|
}
|
|
}
|