mirror of
https://github.com/BeamMP/vscode-beammp.git
synced 2025-07-01 15:26:53 +00:00
12 lines
162 B
JSON
12 lines
162 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "ES5",
|
|
"outDir": "out",
|
|
"noLib": true,
|
|
"sourceMap": true
|
|
},
|
|
"exclude": [
|
|
"node_modules"
|
|
]
|
|
} |