17 lines
419 B
JSON
17 lines
419 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2018",
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"strict": true,
|
|
"importHelpers": false,
|
|
"noEmitHelpers": false,
|
|
"skipLibCheck": true,
|
|
"outDir": "./dist",
|
|
"baseUrl": "./packages",
|
|
"paths": {
|
|
"@vercel/webpack-nft": ["webpack-nmt/src/index.ts"]
|
|
}
|
|
},
|
|
"exclude": ["node_modules", "target"]
|
|
} |