mirror of
https://github.com/DiscordFactory/website-documentation.git
synced 2026-01-29 08:10:27 +01:00
🎉 Initial commit
This commit is contained in:
11
tsconfig.json
Normal file
11
tsconfig.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "esnext",
|
||||
"module": "esnext",
|
||||
// this enables stricter inference for data properties on `this`
|
||||
"strict": true,
|
||||
"jsx": "preserve",
|
||||
"moduleResolution": "node",
|
||||
"experimentalDecorators": true,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user