10 lines
166 B
JSON
10 lines
166 B
JSON
{
|
|
"compilerOptions": {
|
|
"checkJs": true,
|
|
"lib": [
|
|
"deno.window",
|
|
"DOM"
|
|
],
|
|
"types": ["./types.d.ts"]
|
|
}
|
|
} |