Initial application generated by JHipster-5.8.2
This commit is contained in:
25
tsconfig.json
Normal file
25
tsconfig.json
Normal file
@ -0,0 +1,25 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "es5",
|
||||
"module": "commonjs",
|
||||
"moduleResolution": "node",
|
||||
"sourceMap": true,
|
||||
"emitDecoratorMetadata": true,
|
||||
"experimentalDecorators": true,
|
||||
"removeComments": false,
|
||||
"noImplicitAny": false,
|
||||
"skipLibCheck": true,
|
||||
"suppressImplicitAnyIndexErrors": true,
|
||||
"outDir": "build/www/app",
|
||||
"lib": ["es7", "dom"],
|
||||
"typeRoots": ["node_modules/@types"],
|
||||
"baseUrl": "./",
|
||||
"paths": {
|
||||
"app/*": ["src/main/webapp/app/*"]
|
||||
},
|
||||
"importHelpers": true,
|
||||
"allowJs": true
|
||||
},
|
||||
"include": ["src/main/webapp/app", "src/test/javascript/"],
|
||||
"exclude": ["node_modules"]
|
||||
}
|
Reference in New Issue
Block a user