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

14 lines
182 B
Plaintext
Raw Permalink Normal View History

2022-01-06 19:52:25 +01:00
{
"sourceMaps": true,
2022-01-06 19:52:25 +01:00
"jsc": {
"parser": {
"syntax": "typescript",
"dynamicImport": true
},
2023-12-26 22:43:05 +01:00
"target": "esnext"
2022-01-06 19:52:25 +01:00
},
"module": {
2023-07-22 12:28:45 +02:00
"type": "es6"
2022-01-06 19:52:25 +01:00
}
}