irish-verb-conjugator/tsconfig.json
2021-01-10 18:20:05 +08:00

7 lines
100 B
JSON

{
"compilerOptions": {
"target": "es5",
"module": "commonjs",
"sourceMap": true
}
}