chore: perauset customer project
This commit is contained in:
27
tsconfig.json
Normal file
27
tsconfig.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"strict": true,
|
||||
"module": "Node18",
|
||||
"moduleResolution": "node16",
|
||||
"noImplicitAny": false,
|
||||
"resolveJsonModule": true,
|
||||
"removeComments": true,
|
||||
"noLib": false,
|
||||
"noEmit": true,
|
||||
"useUnknownInCatchVariables": false,
|
||||
"target": "ES2021",
|
||||
"sourceMap": true,
|
||||
"allowJs": false,
|
||||
"outDir": "dist",
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"@perauset/server": ["./backend"],
|
||||
"@perauset/server/*": ["./backend/*"],
|
||||
"@perauset/functions": ["./packages/functions"],
|
||||
"@perauset/functions/*": ["./packages/functions/*"],
|
||||
"#pikku/*": ["./packages/functions/.pikku/*"]
|
||||
}
|
||||
},
|
||||
"include": ["**/.pikku/*.ts"],
|
||||
"exclude": ["node_modules", "**/*.spec.ts"]
|
||||
}
|
||||
Reference in New Issue
Block a user