first commit
This commit is contained in:
13
tsconfig.json
Normal file
13
tsconfig.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"noImplicitAny": true,
|
||||
"module": "esnext",
|
||||
"target": "es6",
|
||||
"lib":["es6", "dom"],
|
||||
"allowJs": true,
|
||||
"moduleResolution": "node",
|
||||
"experimentalDecorators": true
|
||||
},
|
||||
"files": ["./src/index.ts"]
|
||||
}
|
||||
Reference in New Issue
Block a user