9 lines
153 B
JSON
9 lines
153 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"strict": true,
|
|
"outDir": "js"
|
|
},
|
|
"include": ["ts"],
|
|
} |