11 lines
206 B
JSON
11 lines
206 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"allowImportingTsExtensions": true
|
|
},
|
|
"include": ["src"]
|
|
}
|