mirror of
https://github.com/grumpycoders/pcsx-redux.git
synced 2025-04-02 10:41:54 -04:00
9 lines
182 B
JSON
9 lines
182 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "ES2020",
|
|
"checkJs": true /* Typecheck .js files. */,
|
|
"lib": ["ES2020"]
|
|
},
|
|
"exclude": ["node_modules"]
|
|
}
|