Merge pull request '[QOTD-3] Configure TypeScript (tsconfig.json)' (#2) from ssmp/qotd-3-r6 into main
This commit is contained in:
commit
b9bbb676b1
0
src/index.ts
Normal file
0
src/index.ts
Normal file
12
tsconfig.json
Normal file
12
tsconfig.json
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"strict": true,
|
||||
"target": "ES2020",
|
||||
"module": "commonjs",
|
||||
"rootDir": "src",
|
||||
"outDir": "dist",
|
||||
"esModuleInterop": true,
|
||||
"skipLibCheck": true
|
||||
},
|
||||
"include": ["src"]
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user