8 lines
97 B
JavaScript
8 lines
97 B
JavaScript
{
|
|
"compilerOptions": {
|
|
"module": "CommonJS",
|
|
"target": "ES6"
|
|
"checkJs": true
|
|
}
|
|
}
|