1
0
mirror of https://github.com/hrfee/jfa-go.git synced 2024-06-14 05:27:45 +02:00
jfa-go/ts/tsconfig.json

11 lines
258 B
JSON
Raw Normal View History

{
"compilerOptions": {
"outDir": "../js",
2023-06-19 23:11:35 +02:00
"target": "es2017",
"lib": ["dom", "es2017"],
"typeRoots": ["./typings", "../node_modules/@types"],
2023-06-19 23:11:35 +02:00
"moduleResolution": "nodenext",
"esModuleInterop": true
}
}