mirror of
https://github.com/VSCodium/vscodium.git
synced 2026-04-11 16:27:18 +10:00
16 lines
284 B
JSON
16 lines
284 B
JSON
{
|
|
"extends": "./tsconfig.base.json",
|
|
"compilerOptions": {
|
|
/* Basic Options */
|
|
"outDir": ".",
|
|
"rootDir": ".",
|
|
"declaration": true,
|
|
|
|
/* Module Resolution Options */
|
|
"resolveJsonModule": true, /* Enable importing .json files */
|
|
},
|
|
"files": [
|
|
"package.json",
|
|
],
|
|
}
|