mirror of
https://github.com/ringtools/ringtools-server-ts.git
synced 2024-05-16 05:44:40 +02:00
9 lines
163 B
JSON
9 lines
163 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"noEmit": true
|
|
},
|
|
"include": ["../src/**/*.ts", "**/*.ts"]
|
|
}
|
|
|