@@ -1,10 +0,0 @@
-{
- "$schema": "http://json.schemastore.org/tsconfig",
- "extends": "../tsconfig.json",
- "compilerOptions": {
- "baseUrl": ".",
- "paths": {
- "~/*": ["./src/*"]
- }
-}
@@ -2,9 +2,12 @@
"$schema": "http://json.schemastore.org/tsconfig",
"extends": "../../tsconfig.base.json",
"compilerOptions": {
- "baseUrl": "."
+ "baseUrl": ".",
+ "paths": {
+ "~/*": ["./src/*"]
+ }
},
"include": [
- "src"
+ "src", "test"
]
}