mirror of
https://github.com/Tyriar/vscode-theme-generator.git
synced 2025-12-06 17:15:43 -08:00
12 lines
187 B
JSON
12 lines
187 B
JSON
{
|
|
"compilerOptions": {
|
|
"declaration": true,
|
|
"module": "commonjs",
|
|
"target": "es5",
|
|
"noImplicitAny": true,
|
|
"outDir": "dist"
|
|
},
|
|
"files": [
|
|
"src/index.ts"
|
|
]
|
|
} |