14 lines
285 B
JSON
14 lines
285 B
JSON
{
|
|
"extends": "../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"moduleResolution": "NodeNext",
|
|
"module": "NodeNext",
|
|
"baseUrl": "./src",
|
|
"rootDir": "./src",
|
|
"outDir": "./dist",
|
|
|
|
"composite": true,
|
|
"declaration": true
|
|
},
|
|
"include": ["src/**/*.ts"]
|
|
}
|