mirror of
https://github.com/Ryujinx/Ryujinx-Ldn-Website.git
synced 2024-12-22 21:55:39 +00:00
9 lines
162 B
JSON
9 lines
162 B
JSON
|
{
|
||
|
"extends": "@tsconfig/recommended/tsconfig.json",
|
||
|
"include": ["src/**/*"],
|
||
|
"exclude": ["**/*.spec.ts"],
|
||
|
"compilerOptions": {
|
||
|
"outDir": "dist"
|
||
|
}
|
||
|
}
|