14 lines
182 B
Plaintext
14 lines
182 B
Plaintext
{
|
|
"sourceMaps": true,
|
|
"jsc": {
|
|
"parser": {
|
|
"syntax": "typescript",
|
|
"dynamicImport": true
|
|
},
|
|
"target": "esnext"
|
|
},
|
|
"module": {
|
|
"type": "es6"
|
|
}
|
|
}
|