11 lines
191 B
JSON
11 lines
191 B
JSON
{
|
|
"compilerOptions": {
|
|
"esModuleInterop": true,
|
|
"isolatedModules": true,
|
|
"strict": true,
|
|
"pretty": true,
|
|
"skipLibCheck": true,
|
|
"experimentalDecorators": true,
|
|
}
|
|
}
|