10 lines
160 B
JSON
10 lines
160 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"module": "CommonJS",
|
||
|
"allowImportingTsExtensions": false
|
||
|
},
|
||
|
"exclude": [
|
||
|
"node_modules",
|
||
|
"**/node_modules/*"
|
||
|
]
|
||
|
}
|