[INIT] Initial Project Structure
This commit is contained in:
commit
0fc5f05b6a
105 changed files with 10448 additions and 0 deletions
19
tsconfig.server.json
Normal file
19
tsconfig.server.json
Normal file
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"extends": "./tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"target": "esnext",
|
||||
"module": "esnext",
|
||||
"moduleResolution": "bundler",
|
||||
"allowJs": true,
|
||||
"esModuleInterop": true,
|
||||
"allowImportingTsExtensions": false,
|
||||
"isolatedModules": true,
|
||||
"noEmit": false,
|
||||
"resolveJsonModule": true,
|
||||
"outDir": "./build/server",
|
||||
"strict": true,
|
||||
"strictPropertyInitialization": false
|
||||
},
|
||||
"include": ["./lib", "./lib/**/*.ts"],
|
||||
"exclude": ["src", "node_modules"]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue