mirror of
https://github.com/jwetzell/itsfiveoclockwhere.git
synced 2026-08-22 07:18:59 +00:00
add linting remove unimplemented tests
This commit is contained in:
+2
-7
@@ -5,11 +5,6 @@
|
||||
"outDir": "./out-tsc/app",
|
||||
"types": []
|
||||
},
|
||||
"files": [
|
||||
"src/main.ts",
|
||||
"src/polyfills.ts"
|
||||
],
|
||||
"include": [
|
||||
"src/**/*.d.ts"
|
||||
]
|
||||
"files": ["src/main.ts", "src/polyfills.ts"],
|
||||
"include": ["src/**/*.d.ts"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user