mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-23 21:46:27 +02:00
fix: added incremental typing to piston
This commit is contained in:
parent
593f59a184
commit
2962e0cf99
14 changed files with 1039 additions and 1318 deletions
12
api/tsconfig.json
Normal file
12
api/tsconfig.json
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"allowJs": true,
|
||||
"checkJs": true,
|
||||
"resolveJsonModule": true,
|
||||
"target": "ES2022",
|
||||
"moduleResolution": "node",
|
||||
"allowSyntheticDefaultImports": true,
|
||||
// we dont have any thing to compile just yet
|
||||
"noEmit": true
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue