This repository has been archived on 2023-03-27. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
persona__/tsconfig.json
2021-09-07 13:49:06 +09:00

14 lines
290 B
JSON

{
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"noImplicitAny": true,
"module": "esnext",
"target": "es6",
"lib":["es6", "dom"],
"allowJs": true,
"moduleResolution": "node",
"experimentalDecorators": true
},
"files": ["./src/index.ts"]
}