mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-13 22:06:14 +01:00
13 lines
242 B
JSON
13 lines
242 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2021",
|
|
"lib": ["DOM", "DOM.Iterable", "ESNext"],
|
|
"strict": true,
|
|
"module": "ESNext",
|
|
"moduleResolution": "Node",
|
|
"jsx": "react-jsx",
|
|
"noEmit": true
|
|
},
|
|
"include": ["src"]
|
|
}
|