14 lines
334 B
JSON
14 lines
334 B
JSON
{
|
|
"extends": "./tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"rootDir": "src",
|
|
"rootDirs": ["src"],
|
|
"outDir": "out",
|
|
"typeRoots": [
|
|
"node_modules/@rbxts",
|
|
"node_modules/@flamework",
|
|
]
|
|
},
|
|
"include": ["src/**/*", "node_modules/rbxts-transformer-instances"]
|
|
}
|