feat: initial commit of Railtrack Pro prototype with complete test suite
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"extends": "../../tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"rootDir": "src",
|
||||
"outDir": "build"
|
||||
},
|
||||
"include": ["./src/**/*"],
|
||||
"exclude": ["./**/__mocks__/**/*", "./**/__tests__/**/*"],
|
||||
"references": [{"path": "../jest-types"}]
|
||||
}
|
||||
Reference in New Issue
Block a user