mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2026-02-04 17:21:38 +00:00
17 lines
308 B
JSON
17 lines
308 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "es2022",
|
|
"strict": true,
|
|
"noImplicitAny": false,
|
|
"sourceMap": true,
|
|
"baseUrl": "./",
|
|
"resolveJsonModule": true,
|
|
"esModuleInterop": true,
|
|
"paths": {
|
|
"@/*": ["app/*"]
|
|
}
|
|
},
|
|
"exclude": ["node_modules"]
|
|
}
|