Prepping editor.

This commit is contained in:
2023-06-25 20:58:47 -07:00
parent 17ec6aad52
commit bf93740c20
28 changed files with 367 additions and 13 deletions

View File

@ -0,0 +1,14 @@
{
"compilerOptions": {
"target": "es5",
"module": "commonjs",
"sourceMap": true,
"strict": true,
"outDir": "../build",
"rootDir": "../",
"noEmitOnError": true,
"typeRoots": [
"node_modules/@types"
]
}
}