mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2025-12-11 20:02:09 +00:00
chore: remove useless config files
This commit is contained in:
parent
d4514e6c9f
commit
5bf4f639e7
3
deno/.gitignore
vendored
3
deno/.gitignore
vendored
@ -7,5 +7,4 @@ app/**/*.js.map
|
||||
test/**/*.js
|
||||
test/**/*.js.map
|
||||
coverage
|
||||
.nyc_output
|
||||
package-lock.json
|
||||
.nycrc.js*
|
||||
|
||||
@ -1,11 +0,0 @@
|
||||
"use strict";
|
||||
|
||||
module.exports = {
|
||||
require: [
|
||||
"ts-node/register",
|
||||
"tsconfig-paths/register",
|
||||
"source-map-support/register"
|
||||
],
|
||||
recursive: true,
|
||||
spec: "test/mocha/*.spec.ts"
|
||||
}
|
||||
@ -1,17 +0,0 @@
|
||||
module.exports = {
|
||||
extension: [
|
||||
".ts"
|
||||
],
|
||||
exclude: [
|
||||
"**/*.d.ts",
|
||||
"test/**",
|
||||
"/*.js"
|
||||
],
|
||||
require: [
|
||||
"ts-node/register"
|
||||
],
|
||||
reporter: [
|
||||
"html",
|
||||
"text"
|
||||
]
|
||||
}
|
||||
0
deno/texttest_rig.py
Normal file → Executable file
0
deno/texttest_rig.py
Normal file → Executable file
@ -1,20 +0,0 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"module": "commonjs",
|
||||
"target": "es5",
|
||||
"strict": true,
|
||||
"noImplicitAny": false,
|
||||
"sourceMap": true,
|
||||
"baseUrl": "./",
|
||||
"resolveJsonModule": true,
|
||||
"esModuleInterop": true,
|
||||
"paths": {
|
||||
"@/*": [
|
||||
"app/*"
|
||||
]
|
||||
}
|
||||
},
|
||||
"exclude": [
|
||||
"node_modules"
|
||||
]
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user