Files
color-thief/tsconfig.json
2024-06-28 13:32:22 +02:00

11 lines
216 B
JSON

{
"compilerOptions": {
"outDir": "./built",
"allowJs": true,
"target": "ES6",
"skipLibCheck": true,
"moduleResolution": "NodeNext",
"module": "NodeNext"
},
"include": [ "./src/**/*" ],
}