add tsconfig
This commit is contained in:
parent
98e0100d9e
commit
4d6ed6cd02
2
.gitignore
vendored
2
.gitignore
vendored
@ -4,5 +4,3 @@
|
||||
|
||||
*.log
|
||||
*.notes
|
||||
|
||||
tsconfig.json
|
||||
|
||||
6
tsconfig.json
Normal file
6
tsconfig.json
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"module": "commonjs",
|
||||
"target": "ES5"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user