mirror of
https://github.com/wassname/talk.git
synced 2026-07-14 11:18:50 +08:00
8 lines
110 B
JSON
8 lines
110 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"target": "es2015",
|
|
"module": "es2015"
|
|
}
|
|
}
|