Improve import alias
@file/ and @export/ instead of file/ and export/ etc
This commit is contained in:
5
tsconfig.lib.json
Normal file
5
tsconfig.lib.json
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
"extends": "./tsconfig.json",
|
||||
"include": ["src/**/*.ts"],
|
||||
"exclude": ["src/**/*.spec.ts"]
|
||||
}
|
Reference in New Issue
Block a user