mirror of
https://github.com/go-sylixos/elvish.git
synced 2024-11-27 15:01:22 +08:00
47f21df951
Also convert the extension source to TypeScript, and update dependencies.
13 lines
223 B
JSON
13 lines
223 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "es2020",
|
|
"lib": ["es2020"],
|
|
"outDir": "tsc-out",
|
|
"sourceMap": true,
|
|
"strict": true,
|
|
"rootDir": "src"
|
|
},
|
|
"exclude": ["node_modules", ".vscode-test"]
|
|
}
|