pcsx-redux/tools/vscode-extension/jsconfig.json
2023-02-20 11:33:05 -08:00

9 lines
182 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"target": "ES2020",
"checkJs": true /* Typecheck .js files. */,
"lib": ["ES2020"]
},
"exclude": ["node_modules"]
}