12 lines
238 B
JSON
12 lines
238 B
JSON
{
|
|
"extends": "@mintel/tsconfig/base.json",
|
|
"compilerOptions": {
|
|
"module": "ESNext",
|
|
"target": "ESNext",
|
|
"moduleResolution": "Bundler",
|
|
"allowImportingTsExtensions": true,
|
|
"noEmit": true
|
|
},
|
|
"include": ["src"]
|
|
}
|