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