14 lines
287 B
JSON
14 lines
287 B
JSON
{
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"noEmit": true,
|
|
"module": "nodenext",
|
|
"moduleResolution": "nodenext",
|
|
"target": "esnext",
|
|
"lib": ["ESNext"],
|
|
"allowSyntheticDefaultImports": true,
|
|
"types": ["tba-types/Harmony/24"]
|
|
},
|
|
"include": ["src/**/*"]
|
|
}
|