irish-verb-conjugator/tsconfig.json

8 lines
100 B
JSON
Raw Permalink Normal View History

2021-01-10 18:20:05 +08:00
{
"compilerOptions": {
"target": "es5",
"module": "commonjs",
"sourceMap": true
}
}