10 lines
97 B
JSON
10 lines
97 B
JSON
{
|
|
"compilerOptions": {
|
|
"esModuleInterop": true,
|
|
},
|
|
|
|
"include": [
|
|
"**/*.ts",
|
|
],
|
|
}
|