forked from trent_larson/crowd-funder-for-time-pwa
12 lines
301 B
JSON
12 lines
301 B
JSON
{
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"skipLibCheck": true,
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"allowSyntheticDefaultImports": true,
|
|
"allowImportingTsExtensions": true,
|
|
"noEmit": true
|
|
},
|
|
"include": ["vite.config.*", "./src/interfaces/build.ts"]
|
|
} |