8 lines
95 B
JSON
8 lines
95 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"noEmit": true,
|
||
|
"esModuleInterop": true
|
||
|
},
|
||
|
"files": ["./**/*"]
|
||
|
}
|