mirror of
https://github.com/jwetzell/rttrp-js.git
synced 2026-08-29 18:59:02 +00:00
initial commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"moduleResolution": "Node",
|
||||
"lib": ["ESNext"],
|
||||
"target": "ESNext",
|
||||
"esModuleInterop": true,
|
||||
"isolatedModules": true,
|
||||
"rootDir": "src/",
|
||||
"strict": true
|
||||
},
|
||||
"include": ["src/"]
|
||||
}
|
||||
Reference in New Issue
Block a user