mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2025-12-12 04:12:13 +00:00
12 lines
196 B
JSON
12 lines
196 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "es5",
|
|
"noImplicitAny": false,
|
|
"sourceMap": false
|
|
},
|
|
"exclude": [
|
|
"node_modules"
|
|
]
|
|
}
|