Updated readme. Dont get too excited

This commit is contained in:
Noah Santschi-Cooney 2021-02-02 01:57:32 +00:00
parent a4d1147606
commit 72564a0b95
No known key found for this signature in database
GPG key ID: 3B22282472C8AE48
4 changed files with 39 additions and 44 deletions

View file

@ -1,16 +1,16 @@
{
"compilerOptions": {
"module": "commonjs",
"target": "es6",
"outDir": "out",
"rootDir": "src",
"lib": [ "es6" ],
"sourceMap": true
},
"include": [
"src"
],
"exclude": [
"node_modules"
]
{
"compilerOptions": {
"module": "commonjs",
"target": "es6",
"outDir": "out",
"rootDir": "src",
"lib": [ "es6" ],
"sourceMap": true
},
"include": [
"src"
],
"exclude": [
"node_modules"
]
}