mirror of
https://github.com/amix/vimrc
synced 2025-02-28 14:12:51 +08:00
17 lines
250 B
Plaintext
17 lines
250 B
Plaintext
{
|
|
"sourceMaps": false,
|
|
"module": {
|
|
"type": "es6"
|
|
},
|
|
"jsc": {
|
|
"parser": {
|
|
"syntax": "typescript",
|
|
"tsx": false,
|
|
"dynamicImport": false,
|
|
"decorators": false
|
|
},
|
|
"loose": true,
|
|
"target": "es2016"
|
|
}
|
|
}
|