add source code
This commit is contained in:
19
tsconfig.base.json
Normal file
19
tsconfig.base.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "ESNext",
|
||||
"module": "ESNext",
|
||||
"moduleResolution": "Node",
|
||||
"strict": true,
|
||||
"jsx": "react-jsx",
|
||||
"esModuleInterop": true,
|
||||
"skipLibCheck": true,
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"resolveJsonModule": true,
|
||||
"baseUrl": "./src",
|
||||
"paths": {
|
||||
"@lib-public/*": ["lib-public/*"],
|
||||
"@lib-private/*": ["lib-private/*"]
|
||||
},
|
||||
"include": ["src"]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user