18 lines
303 B
JSON
18 lines
303 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"lib": ["deno.window"],
|
|
"strict": true
|
|
},
|
|
"importMap": "./import_map.json",
|
|
"fmt": {
|
|
"options": {
|
|
"useTabs": true,
|
|
"lineWidth": 120,
|
|
"indentWidth": 4,
|
|
"singleQuote": false,
|
|
"proseWrap": "preserve"
|
|
}
|
|
}
|
|
}
|