Move lib up one level
This commit is contained in:
19
src/tsconfig.json
Normal file
19
src/tsconfig.json
Normal file
@ -0,0 +1,19 @@
|
||||
{
|
||||
"extends": "../tsproject.json",
|
||||
"compilerOptions": {
|
||||
"outDir": "../dist",
|
||||
"rootDir": ".",
|
||||
"module": "ES2020",
|
||||
"target": "ES2017",
|
||||
"lib": ["es2015", "DOM", "ES2019.Object"],
|
||||
"moduleResolution": "node",
|
||||
"jsx": "react",
|
||||
"allowSyntheticDefaultImports": true
|
||||
},
|
||||
"exclude": ["./test", "./bin"],
|
||||
"references": [
|
||||
{
|
||||
"path": "./bin"
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user