10 lines
161 B
JSON
10 lines
161 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"outDir": "../dist",
|
|
"noEmit": false
|
|
},
|
|
"include": ["**/*.ts"]
|
|
}
|