blob: 47f09956804aad076a1a8abe2041cfc46e23de16 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
{
"compilerOptions": {
/* Module options */
"target": "es5",
"rootDir": ".",
/* Code emitting options */
"sourceMap": true,
"downlevelIteration": true,
"importHelpers": true,
/* Interoperability constraints */
"esModuleInterop": true,
}
}
|