mirror of
https://github.com/godotengine/godot-vscode-plugin.git
synced 2025-12-31 13:48:24 +03:00
18 lines
223 B
JSON
18 lines
223 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "es6",
|
|
"outDir": "out",
|
|
"lib": [
|
|
"es2020",
|
|
"dom"
|
|
],
|
|
"sourceMap": true,
|
|
"rootDir": "src",
|
|
"strict": false
|
|
},
|
|
"exclude": [
|
|
"node_modules"
|
|
]
|
|
}
|