Utils/tsconfig.json

15 lines
306 B
JSON
Raw Permalink Normal View History

2019-03-08 00:39:43 +00:00
{
"compilerOptions": {
2020-10-14 23:48:52 +00:00
"target": "esnext",
2023-11-22 21:23:28 +00:00
"module": "esnext",
"moduleResolution": "Node",
"outDir": "esm",
2019-03-08 00:39:43 +00:00
"preserveWatchOutput": true,
"declaration": true,
"sourceMap": true,
2020-10-14 23:48:52 +00:00
"strict": true,
"isolatedModules": true
2019-03-26 01:39:20 +00:00
},
2020-10-14 23:48:52 +00:00
"include": ["./src"]
}