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