Initial commit.
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"strict": true,
|
||||
"target": "ES2020",
|
||||
"experimentalDecorators": true,
|
||||
"strictPropertyInitialization": false,
|
||||
"moduleResolution": "node",
|
||||
"allowJs": true,
|
||||
"outDir": "HACK_BECAUSE_OF_ALLOW_JS"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user