mirror of
https://github.com/swc-project/swc.git
synced 2024-12-18 11:11:30 +03:00
0df908fdb4
Parser can now parse typescript source code and rxjs. Closes #468.
10 lines
144 B
Plaintext
10 lines
144 B
Plaintext
{
|
|
"exclude": "invalid.ts$",
|
|
"jsc": {
|
|
"parser": {
|
|
"syntax": "typescript",
|
|
"tsx": false,
|
|
"decorators": false
|
|
}
|
|
}
|
|
} |