10 lines
195 B
JSON
10 lines
195 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"moduleResolution": "Node",
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"types": ["./js/global.d.ts"]
|
|
}
|
|
} |