mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-02-16 17:27:41 +00:00
* update loose files and add vitest * update test scripts * more support for vitest * more test support * update vscode settings
19 lines
353 B
JSON
19 lines
353 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2020",
|
|
"module": "ES2020",
|
|
"moduleResolution": "Bundler",
|
|
"resolveJsonModule": true,
|
|
"esModuleInterop": true,
|
|
"strictNullChecks": false,
|
|
"sourceMap": true,
|
|
"rootDir": "./src",
|
|
"baseUrl": "./src",
|
|
"paths": {
|
|
"#app/*": ["*.ts"],
|
|
"#app": ["."]
|
|
},
|
|
"outDir": "./build",
|
|
"noEmit": true
|
|
}
|
|
} |