mirror of
https://github.com/orangecoding/fredy.git
synced 2026-06-16 12:31:07 +00:00
13 lines
236 B
JSON
13 lines
236 B
JSON
|
|
{
|
||
|
|
"compilerOptions": {
|
||
|
|
"module": "NodeNext",
|
||
|
|
"moduleResolution": "NodeNext",
|
||
|
|
"target": "ESNext",
|
||
|
|
"checkJs": true,
|
||
|
|
"allowJs": true,
|
||
|
|
"noEmit": true,
|
||
|
|
"strict": false
|
||
|
|
},
|
||
|
|
"exclude": ["node_modules", "ui"]
|
||
|
|
}
|