ini𝖔 𝕞𝐚𝔢 b𝖁𝖘𝖋𝖗𝖆𝕊t commit
This commit is contained in:
commit
37729aa76e
26 changed files with 5634 additions and 0 deletions
20
tsconfig.json
Normal file
20
tsconfig.json
Normal file
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"target": "ESNext",
|
||||
"module": "NodeNext",
|
||||
"moduleResolution": "nodenext",
|
||||
"incremental": true,
|
||||
"strict": true,
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"verbatimModuleSyntax": true,
|
||||
"esModuleInterop": true,
|
||||
"skipLibCheck": true,
|
||||
"baseUrl": "src",
|
||||
"outDir": "dist",
|
||||
// needed for `source-map-support`
|
||||
// which adds source maps to stack traces
|
||||
"sourceMap": true
|
||||
},
|
||||
"include": ["**/*"],
|
||||
"exclude": ["dist", "result", "node_modules"] // result is from nix build
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue