12 lines
201 B
JSON
12 lines
201 B
JSON
{
|
|
"compilerOptions": {
|
|
"noEmit": true,
|
|
"jsx": "preserve",
|
|
"module": "esnext",
|
|
"strict": true,
|
|
"moduleResolution": "node",
|
|
"lib": ["esnext", "dom"]
|
|
},
|
|
"include": ["./*"]
|
|
}
|