9 lines
129 B
JSON
9 lines
129 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"esModuleInterop": true,
|
|
"module": "CommonJS"
|
|
},
|
|
"include": ["*.ts"]
|
|
}
|