Starting anew, before I changed to a custom chart
This commit is contained in:
23
server/tsconfig.json
Normal file
23
server/tsconfig.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"outDir": "../app-dist/server",
|
||||
"noImplicitAny": true,
|
||||
"module": "commonjs",
|
||||
"target": "ES6",
|
||||
"allowJs": true,
|
||||
"skipLibCheck": true,
|
||||
"esModuleInterop": true,
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"strict": true,
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"moduleResolution": "node",
|
||||
"resolveJsonModule": true,
|
||||
"experimentalDecorators": true
|
||||
},
|
||||
"include": ["./src/**/*"],
|
||||
"lib": [
|
||||
"dom",
|
||||
"dom.iterable",
|
||||
"esnext"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user