client build update
This commit is contained in:
parent
8e007763bf
commit
e194968af5
15 changed files with 2050 additions and 8 deletions
17
client/tsconfig.json
Normal file
17
client/tsconfig.json
Normal file
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"target": "ES6",
|
||||
"module": "amd",
|
||||
"outDir": "./dest",
|
||||
"rootDir": "./src",
|
||||
"removeComments": true,
|
||||
"strict": false,
|
||||
"esModuleInterop": true,
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"lib": ["DOM", "ES2016"],
|
||||
"skipLibCheck": true
|
||||
},
|
||||
"include": ["src/**/*"],
|
||||
"exclude": []
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue