You've already forked tf2wikipricing
15 lines
377 B
JSON
15 lines
377 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "./dist/",
|
|
"noImplicitAny": true,
|
|
"module": "es6",
|
|
"target": "es6",
|
|
"jsx": "react",
|
|
"lib": ["dom", "es2021"],
|
|
"allowJs": true,
|
|
"moduleResolution": "node",
|
|
"resolveJsonModule": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"types": ["bun-types", "jest", "greasemonkey", "firefox-webext-browser"]
|
|
}
|
|
} |