build(typescript): adjust style for value of module and target compiler options

This commit is contained in:
Alfi Maulana 2023-12-13 14:01:31 +07:00
parent 41c98670c8
commit cc091ad74c
No known key found for this signature in database
GPG Key ID: 2242A64C2A8DF5A4

View File

@ -1,11 +1,11 @@
{ {
"compilerOptions": { "compilerOptions": {
"strict": true, "strict": true,
"module": "NodeNext", "module": "nodenext",
"declaration": true, "declaration": true,
"outDir": "dist", "outDir": "dist",
"sourceMap": true, "sourceMap": true,
"target": "ES2022", "target": "es2022",
"skipLibCheck": true "skipLibCheck": true
}, },
"include": ["src"] "include": ["src"]