You've already forked tf2wikipricing
16 lines
440 B
JSON
16 lines
440 B
JSON
{
|
|
"include": ["src/**/*", "declarations.d.ts", "global.d.ts"],
|
|
"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"]
|
|
}
|
|
} |