gochan/tsconfig.json
2021-07-18 14:56:44 +09:00

9 lines
No EOL
111 B
JSON

{
"compilerOptions": {
"esModuleInterop": true,
"lib": ["ES2015"]
},
"include": [
"lib"
]
}