15 lines
324 B
JSON
15 lines
324 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": "../..",
|
|
"types": ["node"],
|
|
"noEmit": true,
|
|
"skipLibCheck": true,
|
|
"esModuleInterop": true
|
|
},
|
|
"references": [
|
|
{"path": "../sdk"}
|
|
],
|
|
"include": [".pikku/**/*.ts", "src/*.ts", "src/**/*.ts", "../../src/scaffold/**/*.ts"]
|
|
}
|