19 lines
408 B
JSON
19 lines
408 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"module": "NodeNext",
|
|
"moduleResolution": "NodeNext",
|
|
"allowImportingTsExtensions": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"noEmit": true,
|
|
"paths": {
|
|
"@/*": ["src/*"]
|
|
},
|
|
"outDir": "./dist"
|
|
},
|
|
"include": [
|
|
"src/**/*",
|
|
"libs.d.ts"
|
|
],
|
|
"exclude": ["node_modules", "dist"]
|
|
} |