lauchpioos/tsconfig.json

6 lines
88 B
JSON
Raw Normal View History

2021-11-25 19:56:15 +00:00
{
"compilerOptions": {
"target": "es5",
"module": "commonjs"
}
}