10 lines
190 B
JSON
10 lines
190 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "CommonJS",
|
|
"resolveJsonModule": true,
|
|
"target": "ES2015",
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true
|
|
}
|
|
}
|