This repository has been archived on 2021-06-30. You can view files and clone it, but cannot push or open issues or pull requests.
2020-03-05 15:30:20 +00:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"target": "ES5",
|
|
|
|
"module": "CommonJS",
|
|
|
|
"outDir": "out",
|
2020-03-05 18:44:18 +00:00
|
|
|
"sourceMap": true,
|
|
|
|
"esModuleInterop": true
|
2020-03-05 15:30:20 +00:00
|
|
|
},
|
|
|
|
"compileOnSave": true
|
|
|
|
}
|