1
1
mirror of https://github.com/theoludwig/html-w3c-validator.git synced 2024-07-12 14:10:11 +02:00
html-w3c-validator/.swcrc

14 lines
182 B
Plaintext

{
"sourceMaps": true,
"jsc": {
"parser": {
"syntax": "typescript",
"dynamicImport": true
},
"target": "esnext"
},
"module": {
"type": "es6"
}
}