22 lines
336 B
JSON
22 lines
336 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "esnext",
|
|
"module": "commonjs",
|
|
"baseUrl": ".",
|
|
"rootDir": ".",
|
|
"outDir": "dist",
|
|
"declaration": true,
|
|
"sourceMap": true,
|
|
"strict": true,
|
|
"experimentalDecorators": true,
|
|
"paths": {
|
|
"@coder/*": [
|
|
"./packages/*/src"
|
|
],
|
|
"vs/*": [
|
|
"./lib/vscode/src/vs/*"
|
|
]
|
|
}
|
|
}
|
|
}
|