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