21 lines
417 B
JSON
21 lines
417 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"strict": true,
|
|
"outDir": "dist",
|
|
"allowSyntheticDefaultImports": true,
|
|
"target": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"resolveJsonModule": true,
|
|
"paths": {
|
|
"@budibase/*": [
|
|
"../*/src/index.ts",
|
|
"../*/src/index.js",
|
|
"../*",
|
|
"../../node_modules/@budibase/*"
|
|
],
|
|
"*": ["./src/*"]
|
|
}
|
|
}
|
|
}
|